#A67F3C

Color #A67F3C Alpine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alpine #A67F3C

Tints of Alpine #A67F3C

Color information

#A67F3C (or 0xA67F3C) is unknown color: approx Alpine. HEX triplet: A6, 7F and 3C. RGB value is (166,127,60). Sum of RGB (Red+Green+Blue) = 166+127+60=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67F3C is #5980C3. Grayscale: #838383. Windows color (decimal): -5865668 or 3964838. OLE color: 3964838.

HSL color Cylindrical-coordinate representation of color #A67F3C: hue angle of 37.92º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A67F3C is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB16612760-
CMYK00.230.640.35
HSL37.92º46.9%44.31%-
HSV(B)37.92º63.86%65.1%-
XYZ24.1323.617.56-
YUV131.0287.92152.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 47.03%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 60 (23.83% from 255) = 17.00%
R=47.03%
G=35.98%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661276000.230.640.3537.9246.944.31
HexA67F3C0174023262f2c
Octal2461777402710043465754
Binary1010011011111111111000101111000000100011100110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67F3C; }

 p { color: rgb(166,127,60); }

 H1.HeaderClassName
 {
   color: #A67F3C;
 }
 .AnyTagClassName
 {
   color: #A67F3C;
 }
</style>
background-color css

<style>
 a { background-color: #A67F3C; }

 a { background-color: rgb(166,127,60); }

 div.DivClassName
 {
   background-color: #A67F3C;
 }
 .BgClassName
 {
   background-color: #A67F3C;
 }
</style>
border-color css

<style>
 span { border-color: #A67F3C; }

 span { border-color: rgb(166,127,60); }

 td.TdClassName
 {
   border-color: #A67F3C;
 }
 .TagClassName
 {
   border-color: #A67F3C;
 }
</style>