Html Css Color HEX #A0B6AA Skeptic

📋 copy color: '#A0B6AA'

red 160 ◦ green 182 ◦ blue 170

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

Shades of Skeptic #A0B6AA

Tints of Skeptic #A0B6AA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.55%

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

R = 31.25%
G = 35.55%
B = 33.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#A0B6AA (or 0xA0B6AA) is known color: Skeptic. HEX triplet: A0, B6 and AA. RGB value is (160,182,170). Sum of RGB (Red+Green+Blue) = 160+182+170=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B6AA is #5F4955. Grayscale: #AEAEAE. Windows color (decimal): -6244694 or 11187872. OLE color: 11187872.

HSL color Cylindrical-coordinate representation of color #A0B6AA: hue angle of 147.27º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A0B6AA is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 182 170 -
CMYK 0.12 0 0.07 0.29
HSL 147.27º 0.13% 0.67% -
HSV(B) 147.27º 0.12% 0.71% -
XYZ 38.48 43.83 44.46 -
YUV 174.05 125.71 117.98 -
System Red Green Blue C M Y K H S L
Decimal 160 182 170 0.12 0 0.07 0.29 147.27 0.13 0.67
Hex A0 B6 AA C 0 7 1D 93 D 43
Octal 240 266 252 14 0 7 35 223 15 103
Binary 10100000 10110110 10101010 1100 0 111 11101 10010011 1101 1000011

Color Harmonies of #A0B6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B6AA

Black with #A0B6AA

Text Example


Text Example

White with #A0B6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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