Shades of Reef Gold #A89538
Tints of Reef Gold #A89538
RGB
CMYK
RGB Variations
Color information
#A89538 (or 0xA89538) is known color: Reef Gold. HEX triplet: A8, 95 and 38. RGB value is (168,149,56). Sum of RGB (Red+Green+Blue) = 168+149+56=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A89538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89538 is #576AC7. Grayscale: #909090. Windows color (decimal): -5728968 or 3708328. OLE color: 3708328.
HSL color Cylindrical-coordinate representation of color #A89538: hue angle of 49.82º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A89538 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 56 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.34 |
| HSL | 49.82º | 0.5% | 0.44% | - |
| HSV(B) | 49.82º | 0.67% | 0.66% | - |
| XYZ | 27.61 | 30.11 | 8.1 | - |
| YUV | 144.08 | 78.29 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 56 | 0 | 0.11 | 0.67 | 0.34 | 49.82 | 0.5 | 0.44 |
| Hex | A8 | 95 | 38 | 0 | B | 43 | 22 | 32 | 32 | 2C |
| Octal | 250 | 225 | 70 | 0 | 13 | 103 | 42 | 62 | 62 | 54 |
| Binary | 10101000 | 10010101 | 111000 | 0 | 1011 | 1000011 | 100010 | 110010 | 110010 | 101100 |
Color Harmonies of #A89538
Complementary color
Monochromatic Colors of #A89538
Black with #A89538
Text Example
Text Example
White with #A89538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89538; }
p { color: rgb(168,149,56); }
H1.HeaderClassName
{
color: #A89538;
}
.AnyTagClassName
{
color: #A89538;
}
</style>
background-color css
<style>
a { background-color: #A89538; }
a { background-color: rgb(168,149,56); }
div.DivClassName
{
background-color: #A89538;
}
.BgClassName
{
background-color: #A89538;
}
</style>
border-color css
<style>
span { border-color: #A89538; }
span { border-color: rgb(168,149,56); }
td.TdClassName
{
border-color: #A89538;
}
.TagClassName
{
border-color: #A89538;
}
</style>