Html Css Color HEX #A0BEAB Skeptic

📋 copy color: '#A0BEAB'

red 160 ◦ green 190 ◦ blue 171

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

Shades of Skeptic #A0BEAB

Tints of Skeptic #A0BEAB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.47%

 BLUE value IS 171 (67.19% from 255) = 32.82%

R = 30.71%
G = 36.47%
B = 32.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#A0BEAB (or 0xA0BEAB) is known color: Skeptic. HEX triplet: A0, BE and AB. RGB value is (160,190,171). Sum of RGB (Red+Green+Blue) = 160+190+171=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BEAB is #5F4154. Grayscale: #B2B2B2. Windows color (decimal): -6242645 or 11255456. OLE color: 11255456.

HSL color Cylindrical-coordinate representation of color #A0BEAB: hue angle of 142º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BEAB is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 190 171 -
CMYK 0.16 0 0.10 0.25
HSL 142º 0.19% 0.69% -
HSV(B) 142º 0.16% 0.75% -
XYZ 40.26 47.24 45.52 -
YUV 178.86 123.56 114.54 -
System Red Green Blue C M Y K H S L
Decimal 160 190 171 0.16 0 0.10 0.25 142 0.19 0.69
Hex A0 BE AB 10 0 A 19 8E 13 45
Octal 240 276 253 20 0 12 31 216 23 105
Binary 10100000 10111110 10101011 10000 0 1010 11001 10001110 10011 1000101

Color Harmonies of #A0BEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BEAB

Black with #A0BEAB

Text Example


Text Example

White with #A0BEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BEAB; }

 p { color: rgb(160,190,171); }

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

background-color css

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

 a { background-color: rgb(160,190,171); }

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

border-color css

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

 span { border-color: rgb(160,190,171); }

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