Html Css Color HEX #A2B5AD Skeptic

📋 copy color: '#A2B5AD'

red 162 ◦ green 181 ◦ blue 173

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

Shades of Skeptic #A2B5AD

Tints of Skeptic #A2B5AD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.08%

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

R = 31.4%
G = 35.08%
B = 33.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#A2B5AD (or 0xA2B5AD) is known color: Skeptic. HEX triplet: A2, B5 and AD. RGB value is (162,181,173). Sum of RGB (Red+Green+Blue) = 162+181+173=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B5AD is #5D4A52. Grayscale: #AEAEAE. Windows color (decimal): -6113875 or 11384226. OLE color: 11384226.

HSL color Cylindrical-coordinate representation of color #A2B5AD: hue angle of 154.74º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A2B5AD is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 181 173 -
CMYK 0.10 0 0.04 0.29
HSL 154.74º 0.11% 0.67% -
HSV(B) 154.74º 0.1% 0.71% -
XYZ 38.97 43.75 45.93 -
YUV 174.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 162 181 173 0.10 0 0.04 0.29 154.74 0.11 0.67
Hex A2 B5 AD A 0 4 1D 9B B 43
Octal 242 265 255 12 0 4 35 233 13 103
Binary 10100010 10110101 10101101 1010 0 100 11101 10011011 1011 1000011

Color Harmonies of #A2B5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B5AD

Black with #A2B5AD

Text Example


Text Example

White with #A2B5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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