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