#A67C3C

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

Shades of Alpine #A67C3C

Tints of Alpine #A67C3C

Color information

#A67C3C (or 0xA67C3C) is unknown color: approx Alpine. HEX triplet: A6, 7C and 3C. RGB value is (166,124,60). Sum of RGB (Red+Green+Blue) = 166+124+60=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67C3C is #5983C3. Grayscale: #818181. Windows color (decimal): -5866436 or 3964070. OLE color: 3964070.

HSL color Cylindrical-coordinate representation of color #A67C3C: hue angle of 36.23º 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 #A67C3C is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB16612460-
CMYK00.250.640.35
HSL36.23º46.9%44.31%-
HSV(B)36.23º63.86%65.1%-
XYZ23.7522.857.43-
YUV129.2688.91154.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.43%
GREEN value IS 124 (48.83% from 255) = 35.43%
BLUE value IS 60 (23.83% from 255) = 17.14%
R=47.43%
G=35.43%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661246000.250.640.3536.2346.944.31
HexA67C3C0194023242f2c
Octal2461747403110043445754
Binary1010011011111001111000110011000000100011100100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C3C; }

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

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

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

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

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

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

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

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