Shades of Reef Gold #AF9038
Tints of Reef Gold #AF9038
RGB
CMYK
RGB Variations
Color information
#AF9038 (or 0xAF9038) is known color: Reef Gold. HEX triplet: AF, 90 and 38. RGB value is (175,144,56). Sum of RGB (Red+Green+Blue) = 175+144+56=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9038 is #506FC7. Grayscale: #8F8F8F. Windows color (decimal): -5271496 or 3707055. OLE color: 3707055.
HSL color Cylindrical-coordinate representation of color #AF9038: hue angle of 44.37º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF9038 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 144 | 56 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.31 |
| HSL | 44.37º | 0.52% | 0.45% | - |
| HSV(B) | 44.37º | 0.68% | 0.69% | - |
| XYZ | 28.37 | 29.35 | 7.91 | - |
| YUV | 143.24 | 78.77 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 56 | 0 | 0.18 | 0.68 | 0.31 | 44.37 | 0.52 | 0.45 |
| Hex | AF | 90 | 38 | 0 | 12 | 44 | 1F | 2C | 34 | 2D |
| Octal | 257 | 220 | 70 | 0 | 22 | 104 | 37 | 54 | 64 | 55 |
| Binary | 10101111 | 10010000 | 111000 | 0 | 10010 | 1000100 | 11111 | 101100 | 110100 | 101101 |
Color Harmonies of #AF9038
Complementary color
Monochromatic Colors of #AF9038
Black with #AF9038
Text Example
Text Example
White with #AF9038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9038; }
p { color: rgb(175,144,56); }
H1.HeaderClassName
{
color: #AF9038;
}
.AnyTagClassName
{
color: #AF9038;
}
</style>
background-color css
<style>
a { background-color: #AF9038; }
a { background-color: rgb(175,144,56); }
div.DivClassName
{
background-color: #AF9038;
}
.BgClassName
{
background-color: #AF9038;
}
</style>
border-color css
<style>
span { border-color: #AF9038; }
span { border-color: rgb(175,144,56); }
td.TdClassName
{
border-color: #AF9038;
}
.TagClassName
{
border-color: #AF9038;
}
</style>