#A27B12

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

Shades of Hacienda #A27B12

Tints of Hacienda #A27B12

Color information

#A27B12 (or 0xA27B12) is unknown color: approx Hacienda. HEX triplet: A2, 7B and 12. RGB value is (162,123,18). Sum of RGB (Red+Green+Blue) = 162+123+18=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27B12 is #5D84ED. Grayscale: #7B7B7B. Windows color (decimal): -6128878 or 1211298. OLE color: 1211298.

HSL color Cylindrical-coordinate representation of color #A27B12: hue angle of 43.75º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A27B12 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB16212318-
CMYK00.240.890.36
HSL43.75º80%35.29%-
HSV(B)43.75º88.89%63.53%-
XYZ22.0921.893.63-
YUV122.6968.92156.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.47%
GREEN value IS 123 (48.44% from 255) = 40.59%
BLUE value IS 18 (7.42% from 255) = 5.94%
R=53.47%
G=40.59%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621231800.240.890.3643.758035.29
HexA27B1201859242c5023
Octal24217322030131445412043
Binary1010001011110111001001100010110011001001011001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B12; }

 p { color: rgb(162,123,18); }

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

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

 a { background-color: rgb(162,123,18); }

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

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

 span { border-color: rgb(162,123,18); }

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