Shades of Reef Gold #AF882A
Tints of Reef Gold #AF882A
RGB
CMYK
RGB Variations
Color information
#AF882A (or 0xAF882A) is known color: Reef Gold. HEX triplet: AF, 88 and 2A. RGB value is (175,136,42). Sum of RGB (Red+Green+Blue) = 175+136+42=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF882A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF882A is #5077D5. Grayscale: #898989. Windows color (decimal): -5273558 or 2787503. OLE color: 2787503.
HSL color Cylindrical-coordinate representation of color #AF882A: hue angle of 42.41º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF882A is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 42 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.31 |
| HSL | 42.41º | 0.61% | 0.43% | - |
| HSV(B) | 42.41º | 0.76% | 0.69% | - |
| XYZ | 26.9 | 26.89 | 5.96 | - |
| YUV | 136.95 | 74.42 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 42 | 0 | 0.22 | 0.76 | 0.31 | 42.41 | 0.61 | 0.43 |
| Hex | AF | 88 | 2A | 0 | 16 | 4C | 1F | 2A | 3D | 2B |
| Octal | 257 | 210 | 52 | 0 | 26 | 114 | 37 | 52 | 75 | 53 |
| Binary | 10101111 | 10001000 | 101010 | 0 | 10110 | 1001100 | 11111 | 101010 | 111101 | 101011 |
Color Harmonies of #AF882A
Complementary color
Monochromatic Colors of #AF882A
Black with #AF882A
Text Example
Text Example
White with #AF882A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF882A; }
p { color: rgb(175,136,42); }
H1.HeaderClassName
{
color: #AF882A;
}
.AnyTagClassName
{
color: #AF882A;
}
</style>
background-color css
<style>
a { background-color: #AF882A; }
a { background-color: rgb(175,136,42); }
div.DivClassName
{
background-color: #AF882A;
}
.BgClassName
{
background-color: #AF882A;
}
</style>
border-color css
<style>
span { border-color: #AF882A; }
span { border-color: rgb(175,136,42); }
td.TdClassName
{
border-color: #AF882A;
}
.TagClassName
{
border-color: #AF882A;
}
</style>