Html Css Color HEX #A2BEAD Skeptic

📋 copy color: '#A2BEAD'

red 162 ◦ green 190 ◦ blue 173

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

Shades of Skeptic #A2BEAD

Tints of Skeptic #A2BEAD

RGB

 RED value IS 162 (63.67% from 255) = 30.86%

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

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

R = 30.86%
G = 36.19%
B = 32.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#A2BEAD (or 0xA2BEAD) is known color: Skeptic. HEX triplet: A2, BE and AD. RGB value is (162,190,173). Sum of RGB (Red+Green+Blue) = 162+190+173=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BEAD is #5D4152. Grayscale: #B3B3B3. Windows color (decimal): -6111571 or 11386530. OLE color: 11386530.

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

Color convert

RGB 162 190 173 -
CMYK 0.15 0 0.09 0.25
HSL 143.57º 0.18% 0.69% -
HSV(B) 143.57º 0.15% 0.75% -
XYZ 40.86 47.53 46.56 -
YUV 179.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 162 190 173 0.15 0 0.09 0.25 143.57 0.18 0.69
Hex A2 BE AD F 0 9 19 90 12 45
Octal 242 276 255 17 0 11 31 220 22 105
Binary 10100010 10111110 10101101 1111 0 1001 11001 10010000 10010 1000101

Color Harmonies of #A2BEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BEAD

Black with #A2BEAD

Text Example


Text Example

White with #A2BEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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