Shades of Chino #AFA68B
Tints of Chino #AFA68B
RGB
CMYK
RGB Variations
Color information
#AFA68B (or 0xAFA68B) is known color: Chino. HEX triplet: AF, A6 and 8B. RGB value is (175,166,139). Sum of RGB (Red+Green+Blue) = 175+166+139=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA68B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA68B is #505974. Grayscale: #A5A5A5. Windows color (decimal): -5265781 or 9152175. OLE color: 9152175.
HSL color Cylindrical-coordinate representation of color #AFA68B: hue angle of 45º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFA68B is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 166 | 139 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.31 |
| HSL | 45º | 0.18% | 0.62% | - |
| HSV(B) | 45º | 0.21% | 0.69% | - |
| XYZ | 35.98 | 38.25 | 29.91 | - |
| YUV | 165.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 139 | 0 | 0.05 | 0.21 | 0.31 | 45 | 0.18 | 0.62 |
| Hex | AF | A6 | 8B | 0 | 5 | 15 | 1F | 2D | 12 | 3E |
| Octal | 257 | 246 | 213 | 0 | 5 | 25 | 37 | 55 | 22 | 76 |
| Binary | 10101111 | 10100110 | 10001011 | 0 | 101 | 10101 | 11111 | 101101 | 10010 | 111110 |
Color Harmonies of #AFA68B
Complementary color
Monochromatic Colors of #AFA68B
Black with #AFA68B
Text Example
Text Example
White with #AFA68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA68B; }
p { color: rgb(175,166,139); }
H1.HeaderClassName
{
color: #AFA68B;
}
.AnyTagClassName
{
color: #AFA68B;
}
</style>
background-color css
<style>
a { background-color: #AFA68B; }
a { background-color: rgb(175,166,139); }
div.DivClassName
{
background-color: #AFA68B;
}
.BgClassName
{
background-color: #AFA68B;
}
</style>
border-color css
<style>
span { border-color: #AFA68B; }
span { border-color: rgb(175,166,139); }
td.TdClassName
{
border-color: #AFA68B;
}
.TagClassName
{
border-color: #AFA68B;
}
</style>