Html Css Color HEX #A0B8AD Skeptic

📋 copy color: '#A0B8AD'

red 160 ◦ green 184 ◦ blue 173

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

Shades of Skeptic #A0B8AD

Tints of Skeptic #A0B8AD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.59%

 BLUE value IS 173 (67.97% from 255) = 33.46%

R = 30.95%
G = 35.59%
B = 33.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#A0B8AD (or 0xA0B8AD) is known color: Skeptic. HEX triplet: A0, B8 and AD. RGB value is (160,184,173). Sum of RGB (Red+Green+Blue) = 160+184+173=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B8AD is #5F4752. Grayscale: #AFAFAF. Windows color (decimal): -6244179 or 11384992. OLE color: 11384992.

HSL color Cylindrical-coordinate representation of color #A0B8AD: hue angle of 152.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A0B8AD is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 184 173 -
CMYK 0.13 0 0.06 0.28
HSL 152.5º 0.14% 0.67% -
HSV(B) 152.5º 0.13% 0.72% -
XYZ 39.18 44.77 46.11 -
YUV 175.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 160 184 173 0.13 0 0.06 0.28 152.5 0.14 0.67
Hex A0 B8 AD D 0 6 1C 98 E 43
Octal 240 270 255 15 0 6 34 230 16 103
Binary 10100000 10111000 10101101 1101 0 110 11100 10011000 1110 1000011

Color Harmonies of #A0B8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B8AD

Black with #A0B8AD

Text Example


Text Example

White with #A0B8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B8AD; }

 p { color: rgb(160,184,173); }

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

background-color css

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

 a { background-color: rgb(160,184,173); }

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

border-color css

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

 span { border-color: rgb(160,184,173); }

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