Shades of Reef Gold #AB8630
Tints of Reef Gold #AB8630
RGB
CMYK
RGB Variations
Color information
#AB8630 (or 0xAB8630) is known color: Reef Gold. HEX triplet: AB, 86 and 30. RGB value is (171,134,48). Sum of RGB (Red+Green+Blue) = 171+134+48=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8630 is #5479CF. Grayscale: #878787. Windows color (decimal): -5536208 or 3180203. OLE color: 3180203.
HSL color Cylindrical-coordinate representation of color #AB8630: hue angle of 41.95º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB8630 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 134 | 48 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.33 |
| HSL | 41.95º | 0.56% | 0.43% | - |
| HSV(B) | 41.95º | 0.72% | 0.67% | - |
| XYZ | 25.85 | 25.92 | 6.44 | - |
| YUV | 135.26 | 78.76 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 134 | 48 | 0 | 0.22 | 0.72 | 0.33 | 41.95 | 0.56 | 0.43 |
| Hex | AB | 86 | 30 | 0 | 16 | 48 | 21 | 2A | 38 | 2B |
| Octal | 253 | 206 | 60 | 0 | 26 | 110 | 41 | 52 | 70 | 53 |
| Binary | 10101011 | 10000110 | 110000 | 0 | 10110 | 1001000 | 100001 | 101010 | 111000 | 101011 |
Color Harmonies of #AB8630
Complementary color
Monochromatic Colors of #AB8630
Black with #AB8630
Text Example
Text Example
White with #AB8630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8630; }
p { color: rgb(171,134,48); }
H1.HeaderClassName
{
color: #AB8630;
}
.AnyTagClassName
{
color: #AB8630;
}
</style>
background-color css
<style>
a { background-color: #AB8630; }
a { background-color: rgb(171,134,48); }
div.DivClassName
{
background-color: #AB8630;
}
.BgClassName
{
background-color: #AB8630;
}
</style>
border-color css
<style>
span { border-color: #AB8630; }
span { border-color: rgb(171,134,48); }
td.TdClassName
{
border-color: #AB8630;
}
.TagClassName
{
border-color: #AB8630;
}
</style>