Shades of Reef Gold #A89530
Tints of Reef Gold #A89530
RGB
CMYK
RGB Variations
Color information
#A89530 (or 0xA89530) is known color: Reef Gold. HEX triplet: A8, 95 and 30. RGB value is (168,149,48). Sum of RGB (Red+Green+Blue) = 168+149+48=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A89530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89530 is #576ACF. Grayscale: #8F8F8F. Windows color (decimal): -5728976 or 3184040. OLE color: 3184040.
HSL color Cylindrical-coordinate representation of color #A89530: hue angle of 50.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A89530 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 48 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.34 |
| HSL | 50.5º | 0.56% | 0.42% | - |
| HSV(B) | 50.5º | 0.71% | 0.66% | - |
| XYZ | 27.43 | 30.03 | 7.15 | - |
| YUV | 143.17 | 74.29 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 48 | 0 | 0.11 | 0.71 | 0.34 | 50.5 | 0.56 | 0.42 |
| Hex | A8 | 95 | 30 | 0 | B | 47 | 22 | 32 | 38 | 2A |
| Octal | 250 | 225 | 60 | 0 | 13 | 107 | 42 | 62 | 70 | 52 |
| Binary | 10101000 | 10010101 | 110000 | 0 | 1011 | 1000111 | 100010 | 110010 | 111000 | 101010 |
Color Harmonies of #A89530
Complementary color
Monochromatic Colors of #A89530
Black with #A89530
Text Example
Text Example
White with #A89530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89530; }
p { color: rgb(168,149,48); }
H1.HeaderClassName
{
color: #A89530;
}
.AnyTagClassName
{
color: #A89530;
}
</style>
background-color css
<style>
a { background-color: #A89530; }
a { background-color: rgb(168,149,48); }
div.DivClassName
{
background-color: #A89530;
}
.BgClassName
{
background-color: #A89530;
}
</style>
border-color css
<style>
span { border-color: #A89530; }
span { border-color: rgb(168,149,48); }
td.TdClassName
{
border-color: #A89530;
}
.TagClassName
{
border-color: #A89530;
}
</style>