Html Css Color HEX #A0B4A9 Skeptic

📋 copy color: '#A0B4A9'

red 160 ◦ green 180 ◦ blue 169

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

Shades of Skeptic #A0B4A9

Tints of Skeptic #A0B4A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.2%

R = 31.43%
G = 35.36%
B = 33.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#A0B4A9 (or 0xA0B4A9) is known color: Skeptic. HEX triplet: A0, B4 and A9. RGB value is (160,180,169). Sum of RGB (Red+Green+Blue) = 160+180+169=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B4A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B4A9 is #5F4B56. Grayscale: #ACACAC. Windows color (decimal): -6245207 or 11121824. OLE color: 11121824.

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

Color convert

RGB 160 180 169 -
CMYK 0.11 0 0.06 0.29
HSL 147º 0.12% 0.67% -
HSV(B) 147º 0.11% 0.71% -
XYZ 37.98 42.98 43.83 -
YUV 172.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 160 180 169 0.11 0 0.06 0.29 147 0.12 0.67
Hex A0 B4 A9 B 0 6 1D 93 C 43
Octal 240 264 251 13 0 6 35 223 14 103
Binary 10100000 10110100 10101001 1011 0 110 11101 10010011 1100 1000011

Color Harmonies of #A0B4A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B4A9

Black with #A0B4A9

Text Example


Text Example

White with #A0B4A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B4A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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