#A27B19

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

Shades of Hacienda #A27B19

Tints of Hacienda #A27B19

Color information

#A27B19 (or 0xA27B19) is unknown color: approx Hacienda. HEX triplet: A2, 7B and 19. RGB value is (162,123,25). Sum of RGB (Red+Green+Blue) = 162+123+25=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27B19 is #5D84E6. Grayscale: #7B7B7B. Windows color (decimal): -6128871 or 1670050. OLE color: 1670050.

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

Color convert

RGB16212325-
CMYK00.240.850.36
HSL42.92º73.26%36.67%-
HSV(B)42.92º84.57%63.53%-
XYZ22.1621.923.98-
YUV123.4972.42155.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.26%
GREEN value IS 123 (48.44% from 255) = 39.68%
BLUE value IS 25 (10.16% from 255) = 8.06%
R=52.26%
G=39.68%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621232500.240.850.3642.9273.2636.67
HexA27B1901855242b4925
Octal24217331030125445311145
Binary1010001011110111100101100010101011001001010111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B19; }

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

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

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

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

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

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

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

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