Shades of Reef Gold #A48A32
Tints of Reef Gold #A48A32
RGB
CMYK
RGB Variations
Color information
#A48A32 (or 0xA48A32) is known color: Reef Gold. HEX triplet: A4, 8A and 32. RGB value is (164,138,50). Sum of RGB (Red+Green+Blue) = 164+138+50=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48A32 is #5B75CD. Grayscale: #888888. Windows color (decimal): -5993934 or 3312292. OLE color: 3312292.
HSL color Cylindrical-coordinate representation of color #A48A32: hue angle of 46.32º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A48A32 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 138 | 50 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.36 |
| HSL | 46.32º | 0.53% | 0.42% | - |
| HSV(B) | 46.32º | 0.7% | 0.64% | - |
| XYZ | 24.97 | 26.3 | 6.78 | - |
| YUV | 135.74 | 79.61 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 138 | 50 | 0 | 0.16 | 0.70 | 0.36 | 46.32 | 0.53 | 0.42 |
| Hex | A4 | 8A | 32 | 0 | 10 | 46 | 24 | 2E | 35 | 2A |
| Octal | 244 | 212 | 62 | 0 | 20 | 106 | 44 | 56 | 65 | 52 |
| Binary | 10100100 | 10001010 | 110010 | 0 | 10000 | 1000110 | 100100 | 101110 | 110101 | 101010 |
Color Harmonies of #A48A32
Complementary color
Monochromatic Colors of #A48A32
Black with #A48A32
Text Example
Text Example
White with #A48A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48A32; }
p { color: rgb(164,138,50); }
H1.HeaderClassName
{
color: #A48A32;
}
.AnyTagClassName
{
color: #A48A32;
}
</style>
background-color css
<style>
a { background-color: #A48A32; }
a { background-color: rgb(164,138,50); }
div.DivClassName
{
background-color: #A48A32;
}
.BgClassName
{
background-color: #A48A32;
}
</style>
border-color css
<style>
span { border-color: #A48A32; }
span { border-color: rgb(164,138,50); }
td.TdClassName
{
border-color: #A48A32;
}
.TagClassName
{
border-color: #A48A32;
}
</style>