Html Css Color HEX #A2B9AD Skeptic

📋 copy color: '#A2B9AD'

red 162 ◦ green 185 ◦ blue 173

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

Shades of Skeptic #A2B9AD

Tints of Skeptic #A2B9AD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.58%

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

R = 31.15%
G = 35.58%
B = 33.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#A2B9AD (or 0xA2B9AD) is known color: Skeptic. HEX triplet: A2, B9 and AD. RGB value is (162,185,173). Sum of RGB (Red+Green+Blue) = 162+185+173=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B9AD is #5D4652. Grayscale: #B0B0B0. Windows color (decimal): -6112851 or 11385250. OLE color: 11385250.

HSL color Cylindrical-coordinate representation of color #A2B9AD: hue angle of 148.7º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A2B9AD is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 185 173 -
CMYK 0.12 0 0.06 0.27
HSL 148.7º 0.14% 0.68% -
HSV(B) 148.7º 0.12% 0.73% -
XYZ 39.79 45.4 46.2 -
YUV 176.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 162 185 173 0.12 0 0.06 0.27 148.7 0.14 0.68
Hex A2 B9 AD C 0 6 1B 95 E 44
Octal 242 271 255 14 0 6 33 225 16 104
Binary 10100010 10111001 10101101 1100 0 110 11011 10010101 1110 1000100

Color Harmonies of #A2B9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B9AD

Black with #A2B9AD

Text Example


Text Example

White with #A2B9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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