Shades of Reef Gold #A39A36
Tints of Reef Gold #A39A36
RGB
CMYK
RGB Variations
Color information
#A39A36 (or 0xA39A36) is known color: Reef Gold. HEX triplet: A3, 9A and 36. RGB value is (163,154,54). Sum of RGB (Red+Green+Blue) = 163+154+54=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39A36 is #5C65C9. Grayscale: #919191. Windows color (decimal): -6055370 or 3578531. OLE color: 3578531.
HSL color Cylindrical-coordinate representation of color #A39A36: hue angle of 55.05º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A39A36 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 154 | 54 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.36 |
| HSL | 55.05º | 0.5% | 0.43% | - |
| HSV(B) | 55.05º | 0.67% | 0.64% | - |
| XYZ | 27.33 | 31.16 | 8.07 | - |
| YUV | 145.29 | 76.48 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 54 | 0 | 0.06 | 0.67 | 0.36 | 55.05 | 0.5 | 0.43 |
| Hex | A3 | 9A | 36 | 0 | 6 | 43 | 24 | 37 | 32 | 2B |
| Octal | 243 | 232 | 66 | 0 | 6 | 103 | 44 | 67 | 62 | 53 |
| Binary | 10100011 | 10011010 | 110110 | 0 | 110 | 1000011 | 100100 | 110111 | 110010 | 101011 |
Color Harmonies of #A39A36
Complementary color
Monochromatic Colors of #A39A36
Black with #A39A36
Text Example
Text Example
White with #A39A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39A36; }
p { color: rgb(163,154,54); }
H1.HeaderClassName
{
color: #A39A36;
}
.AnyTagClassName
{
color: #A39A36;
}
</style>
background-color css
<style>
a { background-color: #A39A36; }
a { background-color: rgb(163,154,54); }
div.DivClassName
{
background-color: #A39A36;
}
.BgClassName
{
background-color: #A39A36;
}
</style>
border-color css
<style>
span { border-color: #A39A36; }
span { border-color: rgb(163,154,54); }
td.TdClassName
{
border-color: #A39A36;
}
.TagClassName
{
border-color: #A39A36;
}
</style>