Shades of Hacienda #A38A1E
Tints of Hacienda #A38A1E
RGB
CMYK
RGB Variations
Color information
#A38A1E (or 0xA38A1E) is known color: Hacienda. HEX triplet: A3, 8A and 1E. RGB value is (163,138,30). Sum of RGB (Red+Green+Blue) = 163+138+30=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38A1E is #5C75E1. Grayscale: #858585. Windows color (decimal): -6059490 or 2001571. OLE color: 2001571.
HSL color Cylindrical-coordinate representation of color #A38A1E: hue angle of 48.72º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A38A1E is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 138 | 30 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.36 |
| HSL | 48.72º | 0.69% | 0.38% | - |
| HSV(B) | 48.72º | 0.82% | 0.64% | - |
| XYZ | 24.43 | 26.06 | 4.97 | - |
| YUV | 133.16 | 69.78 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 138 | 30 | 0 | 0.15 | 0.82 | 0.36 | 48.72 | 0.69 | 0.38 |
| Hex | A3 | 8A | 1E | 0 | F | 52 | 24 | 31 | 45 | 26 |
| Octal | 243 | 212 | 36 | 0 | 17 | 122 | 44 | 61 | 105 | 46 |
| Binary | 10100011 | 10001010 | 11110 | 0 | 1111 | 1010010 | 100100 | 110001 | 1000101 | 100110 |
Color Harmonies of #A38A1E
Complementary color
Monochromatic Colors of #A38A1E
Black with #A38A1E
Text Example
Text Example
White with #A38A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38A1E; }
p { color: rgb(163,138,30); }
H1.HeaderClassName
{
color: #A38A1E;
}
.AnyTagClassName
{
color: #A38A1E;
}
</style>
background-color css
<style>
a { background-color: #A38A1E; }
a { background-color: rgb(163,138,30); }
div.DivClassName
{
background-color: #A38A1E;
}
.BgClassName
{
background-color: #A38A1E;
}
</style>
border-color css
<style>
span { border-color: #A38A1E; }
span { border-color: rgb(163,138,30); }
td.TdClassName
{
border-color: #A38A1E;
}
.TagClassName
{
border-color: #A38A1E;
}
</style>