#a27619

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

Shades of Hacienda #A27619

Tints of Hacienda #A27619

Color information

#A27619 (or 0xA27619) is unknown color: approx Hacienda. HEX triplet: A2, 76 and 19. RGB value is (162,118,25). Sum of RGB (Red+Green+Blue) = 162+118+25=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A27619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27619 is #5D89E6. Grayscale: #787878. Windows color (decimal): -6130151 or 1668770. OLE color: 1668770.

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

Color convert

RGB16211825-
CMYK00.270.850.36
HSL40.73º73.26%36.67%-
HSV(B)40.73º84.57%63.53%-
XYZ21.5520.713.78-
YUV120.5574.08157.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.11%
GREEN value IS 118 (46.48% from 255) = 38.69%
BLUE value IS 25 (10.16% from 255) = 8.20%
R=53.11%
G=38.69%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621182500.270.850.3640.7373.2636.67
HexA2761901B5524294925
Octal24216631033125445111145
Binary1010001011101101100101101110101011001001010011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a27619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a27619; }

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

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

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

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

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

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

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

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