#a27f2d

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

Shades of Hacienda #A27F2D

Tints of Hacienda #A27F2D

Color information

#A27F2D (or 0xA27F2D) is unknown color: approx Hacienda. HEX triplet: A2, 7F and 2D. RGB value is (162,127,45). Sum of RGB (Red+Green+Blue) = 162+127+45=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27F2D is #5D80D2. Grayscale: #808080. Windows color (decimal): -6127827 or 2981794. OLE color: 2981794.

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

Color convert

RGB16212745-
CMYK00.220.720.36
HSL42.05º56.52%40.59%-
HSV(B)42.05º72.22%63.53%-
XYZ22.9623.055.72-
YUV128.1281.1152.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 127 (50% from 255) = 38.02%
BLUE value IS 45 (17.97% from 255) = 13.47%
R=48.50%
G=38.02%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621274500.220.720.3642.0556.5240.59
HexA27F2D01648242a3929
Octal2421775502611044527151
Binary1010001011111111011010101101001000100100101010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a27f2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a27f2d; }

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

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

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

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

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

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

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

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