#A27C19

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

Shades of Hacienda #A27C19

Tints of Hacienda #A27C19

Color information

#A27C19 (or 0xA27C19) is unknown color: approx Hacienda. HEX triplet: A2, 7C and 19. RGB value is (162,124,25). Sum of RGB (Red+Green+Blue) = 162+124+25=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27C19 is #5D83E6. Grayscale: #7C7C7C. Windows color (decimal): -6128615 or 1670306. OLE color: 1670306.

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

Color convert

RGB16212425-
CMYK00.230.850.36
HSL43.36º73.26%36.67%-
HSV(B)43.36º84.57%63.53%-
XYZ22.2822.174.02-
YUV124.0872.09155.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.09%
GREEN value IS 124 (48.83% from 255) = 39.87%
BLUE value IS 25 (10.16% from 255) = 8.04%
R=52.09%
G=39.87%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621242500.230.850.3643.3673.2636.67
HexA27C1901755242b4925
Octal24217431027125445311145
Binary1010001011111001100101011110101011001001010111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C19; }

 p { color: rgb(162,124,25); }

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

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

 a { background-color: rgb(162,124,25); }

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

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

 span { border-color: rgb(162,124,25); }

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