Shades of Hacienda #A27925
Tints of Hacienda #A27925
RGB
CMYK
RGB Variations
Color information
#A27925 (or 0xA27925) is known color: Hacienda. HEX triplet: A2, 79 and 25. RGB value is (162,121,37). Sum of RGB (Red+Green+Blue) = 162+121+37=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A27925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27925 is #5D86DA. Grayscale: #7C7C7C. Windows color (decimal): -6129371 or 2455970. OLE color: 2455970.
HSL color Cylindrical-coordinate representation of color #A27925: hue angle of 40.32º degrees, saturation: 0.63, 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 #A27925 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 121 | 37 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.36 |
| HSL | 40.32º | 0.63% | 0.39% | - |
| HSV(B) | 40.32º | 0.77% | 0.64% | - |
| XYZ | 22.07 | 21.49 | 4.73 | - |
| YUV | 123.68 | 79.08 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 121 | 37 | 0 | 0.25 | 0.77 | 0.36 | 40.32 | 0.63 | 0.39 |
| Hex | A2 | 79 | 25 | 0 | 19 | 4D | 24 | 28 | 3F | 27 |
| Octal | 242 | 171 | 45 | 0 | 31 | 115 | 44 | 50 | 77 | 47 |
| Binary | 10100010 | 1111001 | 100101 | 0 | 11001 | 1001101 | 100100 | 101000 | 111111 | 100111 |
Color Harmonies of #A27925
Complementary color
Monochromatic Colors of #A27925
Black with #A27925
Text Example
Text Example
White with #A27925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27925; }
p { color: rgb(162,121,37); }
H1.HeaderClassName
{
color: #A27925;
}
.AnyTagClassName
{
color: #A27925;
}
</style>
background-color css
<style>
a { background-color: #A27925; }
a { background-color: rgb(162,121,37); }
div.DivClassName
{
background-color: #A27925;
}
.BgClassName
{
background-color: #A27925;
}
</style>
border-color css
<style>
span { border-color: #A27925; }
span { border-color: rgb(162,121,37); }
td.TdClassName
{
border-color: #A27925;
}
.TagClassName
{
border-color: #A27925;
}
</style>