#A27418

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

Shades of Hacienda #A27418

Tints of Hacienda #A27418

Color information

#A27418 (or 0xA27418) is unknown color: approx Hacienda. HEX triplet: A2, 74 and 18. RGB value is (162,116,24). Sum of RGB (Red+Green+Blue) = 162+116+24=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A27418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27418 is #5D8BE7. Grayscale: #777777. Windows color (decimal): -6130664 or 1602722. OLE color: 1602722.

HSL color Cylindrical-coordinate representation of color #A27418: hue angle of 40º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A27418 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB16211624-
CMYK00.280.850.36
HSL40º74.19%36.47%-
HSV(B)40º85.19%63.53%-
XYZ21.3120.243.65-
YUV119.2774.24158.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.64%
GREEN value IS 116 (45.70% from 255) = 38.41%
BLUE value IS 24 (9.77% from 255) = 7.95%
R=53.64%
G=38.41%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621162400.280.850.364074.1936.47
HexA2741801C5524284a24
Octal24216430034125445011244
Binary1010001011101001100001110010101011001001010001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27418; }

 p { color: rgb(162,116,24); }

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

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

 a { background-color: rgb(162,116,24); }

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

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

 span { border-color: rgb(162,116,24); }

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