Html Css Color HEX #A0B6A8 Skeptic

📋 copy color: '#A0B6A8'

red 160 ◦ green 182 ◦ blue 168

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

Shades of Skeptic #A0B6A8

Tints of Skeptic #A0B6A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.94%

R = 31.37%
G = 35.69%
B = 32.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#A0B6A8 (or 0xA0B6A8) is known color: Skeptic. HEX triplet: A0, B6 and A8. RGB value is (160,182,168). Sum of RGB (Red+Green+Blue) = 160+182+168=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B6A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B6A8 is #5F4957. Grayscale: #ADADAD. Windows color (decimal): -6244696 or 11056800. OLE color: 11056800.

HSL color Cylindrical-coordinate representation of color #A0B6A8: hue angle of 141.82º 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 #A0B6A8 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 182 168 -
CMYK 0.12 0 0.08 0.29
HSL 141.82º 0.13% 0.67% -
HSV(B) 141.82º 0.12% 0.71% -
XYZ 38.29 43.76 43.47 -
YUV 173.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 160 182 168 0.12 0 0.08 0.29 141.82 0.13 0.67
Hex A0 B6 A8 C 0 8 1D 8E D 43
Octal 240 266 250 14 0 10 35 216 15 103
Binary 10100000 10110110 10101000 1100 0 1000 11101 10001110 1101 1000011

Color Harmonies of #A0B6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B6A8

Black with #A0B6A8

Text Example


Text Example

White with #A0B6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B6A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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