Shades of Reef Gold #A88A30
Tints of Reef Gold #A88A30
RGB
CMYK
RGB Variations
Color information
#A88A30 (or 0xA88A30) is known color: Reef Gold. HEX triplet: A8, 8A and 30. RGB value is (168,138,48). Sum of RGB (Red+Green+Blue) = 168+138+48=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88A30 is #5775CF. Grayscale: #898989. Windows color (decimal): -5731792 or 3181224. OLE color: 3181224.
HSL color Cylindrical-coordinate representation of color #A88A30: hue angle of 45º 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 #A88A30 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 138 | 48 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.34 |
| HSL | 45º | 0.56% | 0.42% | - |
| HSV(B) | 45º | 0.71% | 0.66% | - |
| XYZ | 25.77 | 26.72 | 6.59 | - |
| YUV | 136.71 | 77.94 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 138 | 48 | 0 | 0.18 | 0.71 | 0.34 | 45 | 0.56 | 0.42 |
| Hex | A8 | 8A | 30 | 0 | 12 | 47 | 22 | 2D | 38 | 2A |
| Octal | 250 | 212 | 60 | 0 | 22 | 107 | 42 | 55 | 70 | 52 |
| Binary | 10101000 | 10001010 | 110000 | 0 | 10010 | 1000111 | 100010 | 101101 | 111000 | 101010 |
Color Harmonies of #A88A30
Complementary color
Monochromatic Colors of #A88A30
Black with #A88A30
Text Example
Text Example
White with #A88A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88A30; }
p { color: rgb(168,138,48); }
H1.HeaderClassName
{
color: #A88A30;
}
.AnyTagClassName
{
color: #A88A30;
}
</style>
background-color css
<style>
a { background-color: #A88A30; }
a { background-color: rgb(168,138,48); }
div.DivClassName
{
background-color: #A88A30;
}
.BgClassName
{
background-color: #A88A30;
}
</style>
border-color css
<style>
span { border-color: #A88A30; }
span { border-color: rgb(168,138,48); }
td.TdClassName
{
border-color: #A88A30;
}
.TagClassName
{
border-color: #A88A30;
}
</style>