#A27D26

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

Shades of Hacienda #A27D26

Tints of Hacienda #A27D26

Color information

#A27D26 (or 0xA27D26) is unknown color: approx Hacienda. HEX triplet: A2, 7D and 26. RGB value is (162,125,38). Sum of RGB (Red+Green+Blue) = 162+125+38=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27D26 is #5D82D9. Grayscale: #7E7E7E. Windows color (decimal): -6128346 or 2522530. OLE color: 2522530.

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

Color convert

RGB16212538-
CMYK00.230.770.36
HSL42.1º62%39.22%-
HSV(B)42.1º76.54%63.53%-
XYZ22.5822.494.98-
YUV126.1478.26153.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.85%
GREEN value IS 125 (49.22% from 255) = 38.46%
BLUE value IS 38 (15.23% from 255) = 11.69%
R=49.85%
G=38.46%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621253800.230.770.3642.16239.22
HexA27D260174D242a3e27
Octal2421754602711544527647
Binary1010001011111011001100101111001101100100101010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27D26; }

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

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

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

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

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

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

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

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