Shades of Hacienda #A38A17
Tints of Hacienda #A38A17
RGB
CMYK
RGB Variations
Color information
#A38A17 (or 0xA38A17) is known color: Hacienda. HEX triplet: A3, 8A and 17. RGB value is (163,138,23). Sum of RGB (Red+Green+Blue) = 163+138+23=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A38A17 is #5C75E8. Grayscale: #848484. Windows color (decimal): -6059497 or 1542819. OLE color: 1542819.
HSL color Cylindrical-coordinate representation of color #A38A17: hue angle of 49.29º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A38A17 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 138 | 23 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.36 |
| HSL | 49.29º | 0.75% | 0.36% | - |
| HSV(B) | 49.29º | 0.86% | 0.64% | - |
| XYZ | 24.35 | 26.03 | 4.55 | - |
| YUV | 132.37 | 66.28 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 23 | 0 | 0.15 | 0.86 | 0.36 | 49.29 | 0.75 | 0.36 |
| Hex | A3 | 8A | 17 | 0 | F | 56 | 24 | 31 | 4B | 24 |
| Octal | 243 | 212 | 27 | 0 | 17 | 126 | 44 | 61 | 113 | 44 |
| Binary | 10100011 | 10001010 | 10111 | 0 | 1111 | 1010110 | 100100 | 110001 | 1001011 | 100100 |
Color Harmonies of #A38A17
Complementary color
Monochromatic Colors of #A38A17
Black with #A38A17
Text Example
Text Example
White with #A38A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38A17; }
p { color: rgb(163,138,23); }
H1.HeaderClassName
{
color: #A38A17;
}
.AnyTagClassName
{
color: #A38A17;
}
</style>
background-color css
<style>
a { background-color: #A38A17; }
a { background-color: rgb(163,138,23); }
div.DivClassName
{
background-color: #A38A17;
}
.BgClassName
{
background-color: #A38A17;
}
</style>
border-color css
<style>
span { border-color: #A38A17; }
span { border-color: rgb(163,138,23); }
td.TdClassName
{
border-color: #A38A17;
}
.TagClassName
{
border-color: #A38A17;
}
</style>