Shades of Reef Gold #A39B35
Tints of Reef Gold #A39B35
RGB
CMYK
RGB Variations
Color information
#A39B35 (or 0xA39B35) is known color: Reef Gold. HEX triplet: A3, 9B and 35. RGB value is (163,155,53). Sum of RGB (Red+Green+Blue) = 163+155+53=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39B35 is #5C64CA. Grayscale: #929292. Windows color (decimal): -6055115 or 3513251. OLE color: 3513251.
HSL color Cylindrical-coordinate representation of color #A39B35: hue angle of 55.64º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A39B35 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 155 | 53 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.36 |
| HSL | 55.64º | 0.51% | 0.42% | - |
| HSV(B) | 55.64º | 0.67% | 0.64% | - |
| XYZ | 27.47 | 31.49 | 8 | - |
| YUV | 145.76 | 75.65 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 53 | 0 | 0.05 | 0.67 | 0.36 | 55.64 | 0.51 | 0.42 |
| Hex | A3 | 9B | 35 | 0 | 5 | 43 | 24 | 38 | 33 | 2A |
| Octal | 243 | 233 | 65 | 0 | 5 | 103 | 44 | 70 | 63 | 52 |
| Binary | 10100011 | 10011011 | 110101 | 0 | 101 | 1000011 | 100100 | 111000 | 110011 | 101010 |
Color Harmonies of #A39B35
Complementary color
Monochromatic Colors of #A39B35
Black with #A39B35
Text Example
Text Example
White with #A39B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39B35; }
p { color: rgb(163,155,53); }
H1.HeaderClassName
{
color: #A39B35;
}
.AnyTagClassName
{
color: #A39B35;
}
</style>
background-color css
<style>
a { background-color: #A39B35; }
a { background-color: rgb(163,155,53); }
div.DivClassName
{
background-color: #A39B35;
}
.BgClassName
{
background-color: #A39B35;
}
</style>
border-color css
<style>
span { border-color: #A39B35; }
span { border-color: rgb(163,155,53); }
td.TdClassName
{
border-color: #A39B35;
}
.TagClassName
{
border-color: #A39B35;
}
</style>