Shades of Hacienda #A37B23
Tints of Hacienda #A37B23
RGB
CMYK
RGB Variations
Color information
#A37B23 (or 0xA37B23) is known color: Hacienda. HEX triplet: A3, 7B and 23. RGB value is (163,123,35). Sum of RGB (Red+Green+Blue) = 163+123+35=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37B23 is #5C84DC. Grayscale: #7D7D7D. Windows color (decimal): -6063325 or 2325411. OLE color: 2325411.
HSL color Cylindrical-coordinate representation of color #A37B23: hue angle of 41.25º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A37B23 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 123 | 35 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.36 |
| HSL | 41.25º | 0.65% | 0.39% | - |
| HSV(B) | 41.25º | 0.79% | 0.64% | - |
| XYZ | 22.49 | 22.07 | 4.67 | - |
| YUV | 124.93 | 77.25 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 123 | 35 | 0 | 0.25 | 0.79 | 0.36 | 41.25 | 0.65 | 0.39 |
| Hex | A3 | 7B | 23 | 0 | 19 | 4F | 24 | 29 | 41 | 27 |
| Octal | 243 | 173 | 43 | 0 | 31 | 117 | 44 | 51 | 101 | 47 |
| Binary | 10100011 | 1111011 | 100011 | 0 | 11001 | 1001111 | 100100 | 101001 | 1000001 | 100111 |
Color Harmonies of #A37B23
Complementary color
Monochromatic Colors of #A37B23
Black with #A37B23
Text Example
Text Example
White with #A37B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37B23; }
p { color: rgb(163,123,35); }
H1.HeaderClassName
{
color: #A37B23;
}
.AnyTagClassName
{
color: #A37B23;
}
</style>
background-color css
<style>
a { background-color: #A37B23; }
a { background-color: rgb(163,123,35); }
div.DivClassName
{
background-color: #A37B23;
}
.BgClassName
{
background-color: #A37B23;
}
</style>
border-color css
<style>
span { border-color: #A37B23; }
span { border-color: rgb(163,123,35); }
td.TdClassName
{
border-color: #A37B23;
}
.TagClassName
{
border-color: #A37B23;
}
</style>