Shades of Tana #AFADA2
Tints of Tana #AFADA2
RGB
CMYK
RGB Variations
Color information
#AFADA2 (or 0xAFADA2) is known color: Tana. HEX triplet: AF, AD and A2. RGB value is (175,173,162). Sum of RGB (Red+Green+Blue) = 175+173+162=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 175 - color contains mainly: red. Hex color #AFADA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFADA2 is #50525D. Grayscale: #ACACAC. Windows color (decimal): -5263966 or 10661295. OLE color: 10661295.
HSL color Cylindrical-coordinate representation of color #AFADA2: hue angle of 50.77º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFADA2 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 173 | 162 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.31 |
| HSL | 50.77º | 0.08% | 0.66% | - |
| HSV(B) | 50.77º | 0.07% | 0.69% | - |
| XYZ | 39.14 | 41.61 | 40.15 | - |
| YUV | 172.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 173 | 162 | 0 | 0.01 | 0.07 | 0.31 | 50.77 | 0.08 | 0.66 |
| Hex | AF | AD | A2 | 0 | 1 | 7 | 1F | 33 | 8 | 42 |
| Octal | 257 | 255 | 242 | 0 | 1 | 7 | 37 | 63 | 10 | 102 |
| Binary | 10101111 | 10101101 | 10100010 | 0 | 1 | 111 | 11111 | 110011 | 1000 | 1000010 |
Color Harmonies of #AFADA2
Complementary color
Monochromatic Colors of #AFADA2
Black with #AFADA2
Text Example
Text Example
White with #AFADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADA2; }
p { color: rgb(175,173,162); }
H1.HeaderClassName
{
color: #AFADA2;
}
.AnyTagClassName
{
color: #AFADA2;
}
</style>
background-color css
<style>
a { background-color: #AFADA2; }
a { background-color: rgb(175,173,162); }
div.DivClassName
{
background-color: #AFADA2;
}
.BgClassName
{
background-color: #AFADA2;
}
</style>
border-color css
<style>
span { border-color: #AFADA2; }
span { border-color: rgb(175,173,162); }
td.TdClassName
{
border-color: #AFADA2;
}
.TagClassName
{
border-color: #AFADA2;
}
</style>