#A27F18

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

Shades of Hacienda #A27F18

Tints of Hacienda #A27F18

Color information

#A27F18 (or 0xA27F18) is unknown color: approx Hacienda. HEX triplet: A2, 7F and 18. RGB value is (162,127,24). Sum of RGB (Red+Green+Blue) = 162+127+24=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27F18 is #5D80E7. Grayscale: #7E7E7E. Windows color (decimal): -6127848 or 1605538. OLE color: 1605538.

HSL color Cylindrical-coordinate representation of color #A27F18: hue angle of 44.78º 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 #A27F18 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB16212724-
CMYK00.220.850.36
HSL44.78º74.19%36.47%-
HSV(B)44.78º85.19%63.53%-
XYZ22.6522.934.1-
YUV125.7270.6153.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.76%
GREEN value IS 127 (50% from 255) = 40.58%
BLUE value IS 24 (9.77% from 255) = 7.67%
R=51.76%
G=40.58%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621272400.220.850.3644.7874.1936.47
HexA27F1801655242d4a24
Octal24217730026125445511244
Binary1010001011111111100001011010101011001001011011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F18; }

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

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

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

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

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

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

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

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