Shades of Sandal #AF8965
Tints of Sandal #AF8965
RGB
CMYK
RGB Variations
Color information
#AF8965 (or 0xAF8965) is known color: Sandal. HEX triplet: AF, 89 and 65. RGB value is (175,137,101). Sum of RGB (Red+Green+Blue) = 175+137+101=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8965 is #50769A. Grayscale: #909090. Windows color (decimal): -5273243 or 6654383. OLE color: 6654383.
HSL color Cylindrical-coordinate representation of color #AF8965: hue angle of 29.19º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF8965 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 101 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.31 |
| HSL | 29.19º | 0.32% | 0.54% | - |
| HSV(B) | 29.19º | 0.42% | 0.69% | - |
| XYZ | 28.97 | 27.94 | 16.18 | - |
| YUV | 144.26 | 103.59 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 101 | 0 | 0.22 | 0.42 | 0.31 | 29.19 | 0.32 | 0.54 |
| Hex | AF | 89 | 65 | 0 | 16 | 2A | 1F | 1D | 20 | 36 |
| Octal | 257 | 211 | 145 | 0 | 26 | 52 | 37 | 35 | 40 | 66 |
| Binary | 10101111 | 10001001 | 1100101 | 0 | 10110 | 101010 | 11111 | 11101 | 100000 | 110110 |
Color Harmonies of #AF8965
Complementary color
Monochromatic Colors of #AF8965
Black with #AF8965
Text Example
Text Example
White with #AF8965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8965; }
p { color: rgb(175,137,101); }
H1.HeaderClassName
{
color: #AF8965;
}
.AnyTagClassName
{
color: #AF8965;
}
</style>
background-color css
<style>
a { background-color: #AF8965; }
a { background-color: rgb(175,137,101); }
div.DivClassName
{
background-color: #AF8965;
}
.BgClassName
{
background-color: #AF8965;
}
</style>
border-color css
<style>
span { border-color: #AF8965; }
span { border-color: rgb(175,137,101); }
td.TdClassName
{
border-color: #AF8965;
}
.TagClassName
{
border-color: #AF8965;
}
</style>