Shades of Dark Khaki #AFB36C
Tints of Dark Khaki #AFB36C
RGB
CMYK
RGB Variations
Color information
#AFB36C (or 0xAFB36C) is known color: Dark Khaki. HEX triplet: AF, B3 and 6C. RGB value is (175,179,108). Sum of RGB (Red+Green+Blue) = 175+179+108=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB36C is #504C93. Grayscale: #A9A9A9. Windows color (decimal): -5262484 or 7123887. OLE color: 7123887.
HSL color Cylindrical-coordinate representation of color #AFB36C: hue angle of 63.38º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFB36C is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 108 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.30 |
| HSL | 63.38º | 0.32% | 0.56% | - |
| HSV(B) | 63.38º | 0.4% | 0.7% | - |
| XYZ | 36.51 | 42.44 | 20.45 | - |
| YUV | 169.71 | 93.17 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 108 | 0.02 | 0 | 0.40 | 0.30 | 63.38 | 0.32 | 0.56 |
| Hex | AF | B3 | 6C | 2 | 0 | 28 | 1E | 3F | 20 | 38 |
| Octal | 257 | 263 | 154 | 2 | 0 | 50 | 36 | 77 | 40 | 70 |
| Binary | 10101111 | 10110011 | 1101100 | 10 | 0 | 101000 | 11110 | 111111 | 100000 | 111000 |
Color Harmonies of #AFB36C
Complementary color
Monochromatic Colors of #AFB36C
Black with #AFB36C
Text Example
Text Example
White with #AFB36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB36C; }
p { color: rgb(175,179,108); }
H1.HeaderClassName
{
color: #AFB36C;
}
.AnyTagClassName
{
color: #AFB36C;
}
</style>
background-color css
<style>
a { background-color: #AFB36C; }
a { background-color: rgb(175,179,108); }
div.DivClassName
{
background-color: #AFB36C;
}
.BgClassName
{
background-color: #AFB36C;
}
</style>
border-color css
<style>
span { border-color: #AFB36C; }
span { border-color: rgb(175,179,108); }
td.TdClassName
{
border-color: #AFB36C;
}
.TagClassName
{
border-color: #AFB36C;
}
</style>