Shades of Hillary #AFA283
Tints of Hillary #AFA283
RGB
CMYK
RGB Variations
Color information
#AFA283 (or 0xAFA283) is known color: Hillary. HEX triplet: AF, A2 and 83. RGB value is (175,162,131). Sum of RGB (Red+Green+Blue) = 175+162+131=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA283 is #505D7C. Grayscale: #A2A2A2. Windows color (decimal): -5266813 or 8626863. OLE color: 8626863.
HSL color Cylindrical-coordinate representation of color #AFA283: hue angle of 42.27º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFA283 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 162 | 131 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.31 |
| HSL | 42.27º | 0.22% | 0.6% | - |
| HSV(B) | 42.27º | 0.25% | 0.69% | - |
| XYZ | 34.7 | 36.59 | 26.71 | - |
| YUV | 162.35 | 110.31 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 131 | 0 | 0.07 | 0.25 | 0.31 | 42.27 | 0.22 | 0.6 |
| Hex | AF | A2 | 83 | 0 | 7 | 19 | 1F | 2A | 16 | 3C |
| Octal | 257 | 242 | 203 | 0 | 7 | 31 | 37 | 52 | 26 | 74 |
| Binary | 10101111 | 10100010 | 10000011 | 0 | 111 | 11001 | 11111 | 101010 | 10110 | 111100 |
Color Harmonies of #AFA283
Complementary color
Monochromatic Colors of #AFA283
Black with #AFA283
Text Example
Text Example
White with #AFA283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA283; }
p { color: rgb(175,162,131); }
H1.HeaderClassName
{
color: #AFA283;
}
.AnyTagClassName
{
color: #AFA283;
}
</style>
background-color css
<style>
a { background-color: #AFA283; }
a { background-color: rgb(175,162,131); }
div.DivClassName
{
background-color: #AFA283;
}
.BgClassName
{
background-color: #AFA283;
}
</style>
border-color css
<style>
span { border-color: #AFA283; }
span { border-color: rgb(175,162,131); }
td.TdClassName
{
border-color: #AFA283;
}
.TagClassName
{
border-color: #AFA283;
}
</style>