Html Css Color HEX #A0B4AD Skeptic

📋 copy color: '#A0B4AD'

red 160 ◦ green 180 ◦ blue 173

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

Shades of Skeptic #A0B4AD

Tints of Skeptic #A0B4AD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.09%

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

R = 31.19%
G = 35.09%
B = 33.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#A0B4AD (or 0xA0B4AD) is known color: Skeptic. HEX triplet: A0, B4 and AD. RGB value is (160,180,173). Sum of RGB (Red+Green+Blue) = 160+180+173=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B4AD is #5F4B52. Grayscale: #ADADAD. Windows color (decimal): -6245203 or 11383968. OLE color: 11383968.

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

Color convert

RGB 160 180 173 -
CMYK 0.11 0 0.04 0.29
HSL 159º 0.12% 0.67% -
HSV(B) 159º 0.11% 0.71% -
XYZ 38.36 43.13 45.84 -
YUV 173.22 127.87 118.57 -
System Red Green Blue C M Y K H S L
Decimal 160 180 173 0.11 0 0.04 0.29 159 0.12 0.67
Hex A0 B4 AD B 0 4 1D 9F C 43
Octal 240 264 255 13 0 4 35 237 14 103
Binary 10100000 10110100 10101101 1011 0 100 11101 10011111 1100 1000011

Color Harmonies of #A0B4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B4AD

Black with #A0B4AD

Text Example


Text Example

White with #A0B4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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