Html Css Color HEX #AFA0A6 Shady Lady

📋 copy color: '#AFA0A6'

red 175 ◦ green 160 ◦ blue 166

#AFA0A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shady Lady #AFA0A6

Tints of Shady Lady #AFA0A6

RGB

 RED value IS 175 (68.75% from 255) = 34.93%

 GREEN value IS 160 (62.89% from 255) = 31.94%

 BLUE value IS 166 (65.23% from 255) = 33.13%

R = 34.93%
G = 31.94%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFA0A6 (or 0xAFA0A6) is known color: Shady Lady. HEX triplet: AF, A0 and A6. RGB value is (175,160,166). Sum of RGB (Red+Green+Blue) = 175+160+166=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA0A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA0A6 is #505F59. Grayscale: #A5A5A5. Windows color (decimal): -5267290 or 10920111. OLE color: 10920111.

HSL color Cylindrical-coordinate representation of color #AFA0A6: hue angle of 336º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFA0A6 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 160 166 -
CMYK 0 0.09 0.05 0.31
HSL 336º 0.09% 0.66% -
HSV(B) 336º 0.09% 0.69% -
XYZ 37.13 37.01 41.26 -
YUV 165.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 175 160 166 0 0.09 0.05 0.31 336 0.09 0.66
Hex AF A0 A6 0 9 5 1F 150 9 42
Octal 257 240 246 0 11 5 37 520 11 102
Binary 10101111 10100000 10100110 0 1001 101 11111 101010000 1001 1000010

Color Harmonies of #AFA0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA0A6

Black with #AFA0A6

Text Example


Text Example

White with #AFA0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA0A6; }

 p { color: rgb(175,160,166); }

 H1.HeaderClassName
 {
   color: #AFA0A6;
 }
 .AnyTagClassName
 {
   color: #AFA0A6;
 }
</style>

background-color css

<style>
 a { background-color: #AFA0A6; }

 a { background-color: rgb(175,160,166); }

 div.DivClassName
 {
   background-color: #AFA0A6;
 }
 .BgClassName
 {
   background-color: #AFA0A6;
 }
</style>

border-color css

<style>
 span { border-color: #AFA0A6; }

 span { border-color: rgb(175,160,166); }

 td.TdClassName
 {
   border-color: #AFA0A6;
 }
 .TagClassName
 {
   border-color: #AFA0A6;
 }
</style>