Shades of Reef Gold #A39532
Tints of Reef Gold #A39532
RGB
CMYK
RGB Variations
Color information
#A39532 (or 0xA39532) is known color: Reef Gold. HEX triplet: A3, 95 and 32. RGB value is (163,149,50). Sum of RGB (Red+Green+Blue) = 163+149+50=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A39532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39532 is #5C6ACD. Grayscale: #8E8E8E. Windows color (decimal): -6056654 or 3315107. OLE color: 3315107.
HSL color Cylindrical-coordinate representation of color #A39532: hue angle of 52.57º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A39532 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 149 | 50 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.36 |
| HSL | 52.57º | 0.53% | 0.42% | - |
| HSV(B) | 52.57º | 0.69% | 0.64% | - |
| XYZ | 26.43 | 29.51 | 7.32 | - |
| YUV | 141.9 | 76.14 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 50 | 0 | 0.09 | 0.69 | 0.36 | 52.57 | 0.53 | 0.42 |
| Hex | A3 | 95 | 32 | 0 | 9 | 45 | 24 | 35 | 35 | 2A |
| Octal | 243 | 225 | 62 | 0 | 11 | 105 | 44 | 65 | 65 | 52 |
| Binary | 10100011 | 10010101 | 110010 | 0 | 1001 | 1000101 | 100100 | 110101 | 110101 | 101010 |
Color Harmonies of #A39532
Complementary color
Monochromatic Colors of #A39532
Black with #A39532
Text Example
Text Example
White with #A39532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39532; }
p { color: rgb(163,149,50); }
H1.HeaderClassName
{
color: #A39532;
}
.AnyTagClassName
{
color: #A39532;
}
</style>
background-color css
<style>
a { background-color: #A39532; }
a { background-color: rgb(163,149,50); }
div.DivClassName
{
background-color: #A39532;
}
.BgClassName
{
background-color: #A39532;
}
</style>
border-color css
<style>
span { border-color: #A39532; }
span { border-color: rgb(163,149,50); }
td.TdClassName
{
border-color: #A39532;
}
.TagClassName
{
border-color: #A39532;
}
</style>