Shades of Chino #AFA68C
Tints of Chino #AFA68C
RGB
CMYK
RGB Variations
Color information
#AFA68C (or 0xAFA68C) is known color: Chino. HEX triplet: AF, A6 and 8C. RGB value is (175,166,140). Sum of RGB (Red+Green+Blue) = 175+166+140=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA68C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA68C is #505973. Grayscale: #A5A5A5. Windows color (decimal): -5265780 or 9217711. OLE color: 9217711.
HSL color Cylindrical-coordinate representation of color #AFA68C: hue angle of 44.57º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFA68C is Cyan = 0, Magento = 0.05, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 140 | - |
| CMYK | 0 | 0.05 | 0.2 | 0.31 |
| HSL | 44.57º | 0.18% | 0.62% | - |
| HSV(B) | 44.57º | 0.2% | 0.69% | - |
| XYZ | 36.05 | 38.28 | 30.3 | - |
| YUV | 165.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 140 | 0 | 0.05 | 0.2 | 0.31 | 44.57 | 0.18 | 0.62 |
| Hex | AF | A6 | 8C | 0 | 5 | 14 | 1F | 2D | 12 | 3E |
| Octal | 257 | 246 | 214 | 0 | 5 | 24 | 37 | 55 | 22 | 76 |
| Binary | 10101111 | 10100110 | 10001100 | 0 | 101 | 10100 | 11111 | 101101 | 10010 | 111110 |
Color Harmonies of #AFA68C
Complementary color
Monochromatic Colors of #AFA68C
Black with #AFA68C
Text Example
Text Example
White with #AFA68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA68C; }
p { color: rgb(175,166,140); }
H1.HeaderClassName
{
color: #AFA68C;
}
.AnyTagClassName
{
color: #AFA68C;
}
</style>
background-color css
<style>
a { background-color: #AFA68C; }
a { background-color: rgb(175,166,140); }
div.DivClassName
{
background-color: #AFA68C;
}
.BgClassName
{
background-color: #AFA68C;
}
</style>
border-color css
<style>
span { border-color: #AFA68C; }
span { border-color: rgb(175,166,140); }
td.TdClassName
{
border-color: #AFA68C;
}
.TagClassName
{
border-color: #AFA68C;
}
</style>