Html Css Color HEX #A0BEAD Skeptic

📋 copy color: '#A0BEAD'

red 160 ◦ green 190 ◦ blue 173

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

Shades of Skeptic #A0BEAD

Tints of Skeptic #A0BEAD

RGB

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

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

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

R = 30.59%
G = 36.33%
B = 33.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#A0BEAD (or 0xA0BEAD) is known color: Skeptic. HEX triplet: A0, BE and AD. RGB value is (160,190,173). Sum of RGB (Red+Green+Blue) = 160+190+173=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BEAD is #5F4152. Grayscale: #B3B3B3. Windows color (decimal): -6242643 or 11386528. OLE color: 11386528.

HSL color Cylindrical-coordinate representation of color #A0BEAD: hue angle of 146º 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 #A0BEAD is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 190 173 -
CMYK 0.16 0 0.09 0.25
HSL 146º 0.19% 0.69% -
HSV(B) 146º 0.16% 0.75% -
XYZ 40.45 47.32 46.54 -
YUV 179.09 124.56 114.38 -
System Red Green Blue C M Y K H S L
Decimal 160 190 173 0.16 0 0.09 0.25 146 0.19 0.69
Hex A0 BE AD 10 0 9 19 92 13 45
Octal 240 276 255 20 0 11 31 222 23 105
Binary 10100000 10111110 10101101 10000 0 1001 11001 10010010 10011 1000101

Color Harmonies of #A0BEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BEAD

Black with #A0BEAD

Text Example


Text Example

White with #A0BEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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