Html Css Color HEX #A0B2AA Skeptic

📋 copy color: '#A0B2AA'

red 160 ◦ green 178 ◦ blue 170

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

Shades of Skeptic #A0B2AA

Tints of Skeptic #A0B2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.04%

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

R = 31.5%
G = 35.04%
B = 33.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#A0B2AA (or 0xA0B2AA) is known color: Skeptic. HEX triplet: A0, B2 and AA. RGB value is (160,178,170). Sum of RGB (Red+Green+Blue) = 160+178+170=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B2AA is #5F4D55. Grayscale: #ABABAB. Windows color (decimal): -6245718 or 11186848. OLE color: 11186848.

HSL color Cylindrical-coordinate representation of color #A0B2AA: hue angle of 153.33º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A0B2AA is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 178 170 -
CMYK 0.10 0 0.04 0.30
HSL 153.33º 0.1% 0.66% -
HSV(B) 153.33º 0.1% 0.7% -
XYZ 37.67 42.22 44.19 -
YUV 171.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 160 178 170 0.10 0 0.04 0.30 153.33 0.1 0.66
Hex A0 B2 AA A 0 4 1E 99 A 42
Octal 240 262 252 12 0 4 36 231 12 102
Binary 10100000 10110010 10101010 1010 0 100 11110 10011001 1010 1000010

Color Harmonies of #A0B2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B2AA

Black with #A0B2AA

Text Example


Text Example

White with #A0B2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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