Shades of Reef Gold #A88A35
Tints of Reef Gold #A88A35
RGB
CMYK
RGB Variations
Color information
#A88A35 (or 0xA88A35) is known color: Reef Gold. HEX triplet: A8, 8A and 35. RGB value is (168,138,53). Sum of RGB (Red+Green+Blue) = 168+138+53=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A88A35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88A35 is #5775CA. Grayscale: #898989. Windows color (decimal): -5731787 or 3508904. OLE color: 3508904.
HSL color Cylindrical-coordinate representation of color #A88A35: hue angle of 44.35º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A88A35 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 138 | 53 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.34 |
| HSL | 44.35º | 0.52% | 0.43% | - |
| HSV(B) | 44.35º | 0.68% | 0.66% | - |
| XYZ | 25.88 | 26.76 | 7.17 | - |
| YUV | 137.28 | 80.44 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 138 | 53 | 0 | 0.18 | 0.68 | 0.34 | 44.35 | 0.52 | 0.43 |
| Hex | A8 | 8A | 35 | 0 | 12 | 44 | 22 | 2C | 34 | 2B |
| Octal | 250 | 212 | 65 | 0 | 22 | 104 | 42 | 54 | 64 | 53 |
| Binary | 10101000 | 10001010 | 110101 | 0 | 10010 | 1000100 | 100010 | 101100 | 110100 | 101011 |
Color Harmonies of #A88A35
Complementary color
Monochromatic Colors of #A88A35
Black with #A88A35
Text Example
Text Example
White with #A88A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88A35; }
p { color: rgb(168,138,53); }
H1.HeaderClassName
{
color: #A88A35;
}
.AnyTagClassName
{
color: #A88A35;
}
</style>
background-color css
<style>
a { background-color: #A88A35; }
a { background-color: rgb(168,138,53); }
div.DivClassName
{
background-color: #A88A35;
}
.BgClassName
{
background-color: #A88A35;
}
</style>
border-color css
<style>
span { border-color: #A88A35; }
span { border-color: rgb(168,138,53); }
td.TdClassName
{
border-color: #A88A35;
}
.TagClassName
{
border-color: #A88A35;
}
</style>