#A27F2B

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

Shades of Hacienda #A27F2B

Tints of Hacienda #A27F2B

Color information

#A27F2B (or 0xA27F2B) is unknown color: approx Hacienda. HEX triplet: A2, 7F and 2B. RGB value is (162,127,43). Sum of RGB (Red+Green+Blue) = 162+127+43=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27F2B is #5D80D4. Grayscale: #808080. Windows color (decimal): -6127829 or 2850722. OLE color: 2850722.

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

Color convert

RGB16212743-
CMYK00.220.730.36
HSL42.35º58.05%40.2%-
HSV(B)42.35º73.46%63.53%-
XYZ22.9323.035.52-
YUV127.8980.1152.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 127 (50% from 255) = 38.25%
BLUE value IS 43 (17.19% from 255) = 12.95%
R=48.80%
G=38.25%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621274300.220.730.3642.3558.0540.2
HexA27F2B01649242a3a28
Octal2421775302611144527250
Binary1010001011111111010110101101001001100100101010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27F2B; }

 p { color: rgb(162,127,43); }

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

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

 a { background-color: rgb(162,127,43); }

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

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

 span { border-color: rgb(162,127,43); }

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