Shades of Reef Gold #A89128
Tints of Reef Gold #A89128
RGB
CMYK
RGB Variations
Color information
#A89128 (or 0xA89128) is known color: Reef Gold. HEX triplet: A8, 91 and 28. RGB value is (168,145,40). Sum of RGB (Red+Green+Blue) = 168+145+40=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A89128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89128 is #576ED7. Grayscale: #8C8C8C. Windows color (decimal): -5730008 or 2658728. OLE color: 2658728.
HSL color Cylindrical-coordinate representation of color #A89128: hue angle of 49.22º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A89128 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 145 | 40 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.34 |
| HSL | 49.22º | 0.62% | 0.41% | - |
| HSV(B) | 49.22º | 0.76% | 0.66% | - |
| XYZ | 26.66 | 28.73 | 6.15 | - |
| YUV | 139.91 | 71.62 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 40 | 0 | 0.14 | 0.76 | 0.34 | 49.22 | 0.62 | 0.41 |
| Hex | A8 | 91 | 28 | 0 | E | 4C | 22 | 31 | 3E | 29 |
| Octal | 250 | 221 | 50 | 0 | 16 | 114 | 42 | 61 | 76 | 51 |
| Binary | 10101000 | 10010001 | 101000 | 0 | 1110 | 1001100 | 100010 | 110001 | 111110 | 101001 |
Color Harmonies of #A89128
Complementary color
Monochromatic Colors of #A89128
Black with #A89128
Text Example
Text Example
White with #A89128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89128; }
p { color: rgb(168,145,40); }
H1.HeaderClassName
{
color: #A89128;
}
.AnyTagClassName
{
color: #A89128;
}
</style>
background-color css
<style>
a { background-color: #A89128; }
a { background-color: rgb(168,145,40); }
div.DivClassName
{
background-color: #A89128;
}
.BgClassName
{
background-color: #A89128;
}
</style>
border-color css
<style>
span { border-color: #A89128; }
span { border-color: rgb(168,145,40); }
td.TdClassName
{
border-color: #A89128;
}
.TagClassName
{
border-color: #A89128;
}
</style>