#A67E28

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

Shades of Hacienda #A67E28

Tints of Hacienda #A67E28

Color information

#A67E28 (or 0xA67E28) is unknown color: approx Hacienda. HEX triplet: A6, 7E and 28. RGB value is (166,126,40). Sum of RGB (Red+Green+Blue) = 166+126+40=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67E28 is #5981D7. Grayscale: #808080. Windows color (decimal): -5865944 or 2653862. OLE color: 2653862.

HSL color Cylindrical-coordinate representation of color #A67E28: hue angle of 40.95º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A67E28 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB16612640-
CMYK00.240.760.35
HSL40.95º61.17%40.39%-
HSV(B)40.95º75.9%65.1%-
XYZ23.5723.185.24-
YUV128.1678.25154.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50%
GREEN value IS 126 (49.61% from 255) = 37.95%
BLUE value IS 40 (16.02% from 255) = 12.05%
R=50%
G=37.95%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661264000.240.760.3540.9561.1740.39
HexA67E280184C23293d28
Octal2461765003011443517550
Binary1010011011111101010000110001001100100011101001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67E28; }

 p { color: rgb(166,126,40); }

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

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

 a { background-color: rgb(166,126,40); }

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

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

 span { border-color: rgb(166,126,40); }

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