Shades of Reef Gold #AF9838
Tints of Reef Gold #AF9838
RGB
CMYK
RGB Variations
Color information
#AF9838 (or 0xAF9838) is known color: Reef Gold. HEX triplet: AF, 98 and 38. RGB value is (175,152,56). Sum of RGB (Red+Green+Blue) = 175+152+56=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 56 (22.27% from 255 or 14.62% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9838 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9838 is #5067C7. Grayscale: #949494. Windows color (decimal): -5269448 or 3709103. OLE color: 3709103.
HSL color Cylindrical-coordinate representation of color #AF9838: hue angle of 48.4º 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 #AF9838 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 56 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.31 |
| HSL | 48.4º | 0.52% | 0.45% | - |
| HSV(B) | 48.4º | 0.68% | 0.69% | - |
| XYZ | 29.62 | 31.86 | 8.33 | - |
| YUV | 147.93 | 76.12 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 56 | 0 | 0.13 | 0.68 | 0.31 | 48.4 | 0.52 | 0.45 |
| Hex | AF | 98 | 38 | 0 | D | 44 | 1F | 30 | 34 | 2D |
| Octal | 257 | 230 | 70 | 0 | 15 | 104 | 37 | 60 | 64 | 55 |
| Binary | 10101111 | 10011000 | 111000 | 0 | 1101 | 1000100 | 11111 | 110000 | 110100 | 101101 |
Color Harmonies of #AF9838
Complementary color
Monochromatic Colors of #AF9838
Black with #AF9838
Text Example
Text Example
White with #AF9838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9838; }
p { color: rgb(175,152,56); }
H1.HeaderClassName
{
color: #AF9838;
}
.AnyTagClassName
{
color: #AF9838;
}
</style>
background-color css
<style>
a { background-color: #AF9838; }
a { background-color: rgb(175,152,56); }
div.DivClassName
{
background-color: #AF9838;
}
.BgClassName
{
background-color: #AF9838;
}
</style>
border-color css
<style>
span { border-color: #AF9838; }
span { border-color: rgb(175,152,56); }
td.TdClassName
{
border-color: #AF9838;
}
.TagClassName
{
border-color: #AF9838;
}
</style>