#A27B28

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

Shades of Hacienda #A27B28

Tints of Hacienda #A27B28

Color information

#A27B28 (or 0xA27B28) is unknown color: approx Hacienda. HEX triplet: A2, 7B and 28. RGB value is (162,123,40). Sum of RGB (Red+Green+Blue) = 162+123+40=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27B28 is #5D84D7. Grayscale: #7D7D7D. Windows color (decimal): -6128856 or 2653090. OLE color: 2653090.

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

Color convert

RGB16212340-
CMYK00.240.750.36
HSL40.82º60.4%39.61%-
HSV(B)40.82º75.31%63.53%-
XYZ22.37225.08-
YUV125.279.92154.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.85%
GREEN value IS 123 (48.44% from 255) = 37.85%
BLUE value IS 40 (16.02% from 255) = 12.31%
R=49.85%
G=37.85%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621234000.240.750.3640.8260.439.61
HexA27B280184B24293c28
Octal2421735003011344517450
Binary1010001011110111010000110001001011100100101001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27B28; }

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

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

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

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

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

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

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

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