Html Css Color HEX #A0AFAA Skeptic

📋 copy color: '#A0AFAA'

red 160 ◦ green 175 ◦ blue 170

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

Shades of Skeptic #A0AFAA

Tints of Skeptic #A0AFAA

RGB

 RED value IS 160 (62.89% from 255) = 31.68%

 GREEN value IS 175 (68.75% from 255) = 34.65%

 BLUE value IS 170 (66.8% from 255) = 33.66%

R = 31.68%
G = 34.65%
B = 33.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#A0AFAA (or 0xA0AFAA) is known color: Skeptic. HEX triplet: A0, AF and AA. RGB value is (160,175,170). Sum of RGB (Red+Green+Blue) = 160+175+170=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AFAA is #5F5055. Grayscale: #A9A9A9. Windows color (decimal): -6246486 or 11186080. OLE color: 11186080.

HSL color Cylindrical-coordinate representation of color #A0AFAA: hue angle of 160º 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 #A0AFAA is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 175 170 -
CMYK 0.09 0 0.03 0.31
HSL 160º 0.09% 0.66% -
HSV(B) 160º 0.09% 0.69% -
XYZ 37.08 41.04 44 -
YUV 169.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 160 175 170 0.09 0 0.03 0.31 160 0.09 0.66
Hex A0 AF AA 9 0 3 1F A0 9 42
Octal 240 257 252 11 0 3 37 240 11 102
Binary 10100000 10101111 10101010 1001 0 11 11111 10100000 1001 1000010

Color Harmonies of #A0AFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AFAA

Black with #A0AFAA

Text Example


Text Example

White with #A0AFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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