#A27D1A

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

Shades of Hacienda #A27D1A

Tints of Hacienda #A27D1A

Color information

#A27D1A (or 0xA27D1A) is unknown color: approx Hacienda. HEX triplet: A2, 7D and 1A. RGB value is (162,125,26). Sum of RGB (Red+Green+Blue) = 162+125+26=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27D1A is #5D82E5. Grayscale: #7D7D7D. Windows color (decimal): -6128358 or 1736098. OLE color: 1736098.

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

Color convert

RGB16212526-
CMYK00.230.840.36
HSL43.68º72.34%36.86%-
HSV(B)43.68º83.95%63.53%-
XYZ22.4222.424.12-
YUV124.7872.26154.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.76%
GREEN value IS 125 (49.22% from 255) = 39.94%
BLUE value IS 26 (10.55% from 255) = 8.31%
R=51.76%
G=39.94%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621252600.230.840.3643.6872.3436.86
HexA27D1A01754242c4825
Octal24217532027124445411045
Binary1010001011111011101001011110101001001001011001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27D1A; }

 p { color: rgb(162,125,26); }

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

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

 a { background-color: rgb(162,125,26); }

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

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

 span { border-color: rgb(162,125,26); }

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