#A27B26

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

Shades of Hacienda #A27B26

Tints of Hacienda #A27B26

Color information

#A27B26 (or 0xA27B26) is unknown color: approx Hacienda. HEX triplet: A2, 7B and 26. RGB value is (162,123,38). Sum of RGB (Red+Green+Blue) = 162+123+38=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27B26 is #5D84D9. Grayscale: #7D7D7D. Windows color (decimal): -6128858 or 2522018. OLE color: 2522018.

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

Color convert

RGB16212338-
CMYK00.240.770.36
HSL41.13º62%39.22%-
HSV(B)41.13º76.54%63.53%-
XYZ22.3321.994.9-
YUV124.9778.92154.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.15%
GREEN value IS 123 (48.44% from 255) = 38.08%
BLUE value IS 38 (15.23% from 255) = 11.76%
R=50.15%
G=38.08%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621233800.240.770.3641.136239.22
HexA27B260184D24293e27
Octal2421734603011544517647
Binary1010001011110111001100110001001101100100101001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B26; }

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

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

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

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

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

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

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

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