Html Css Color HEX #A5B9AD Skeptic

📋 copy color: '#A5B9AD'

red 165 ◦ green 185 ◦ blue 173

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

Shades of Skeptic #A5B9AD

Tints of Skeptic #A5B9AD

RGB

 RED value IS 165 (64.84% from 255) = 31.55%

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

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

R = 31.55%
G = 35.37%
B = 33.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#A5B9AD (or 0xA5B9AD) is known color: Skeptic. HEX triplet: A5, B9 and AD. RGB value is (165,185,173). Sum of RGB (Red+Green+Blue) = 165+185+173=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B9AD is #5A4652. Grayscale: #B1B1B1. Windows color (decimal): -5916243 or 11385253. OLE color: 11385253.

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

Color convert

RGB 165 185 173 -
CMYK 0.11 0 0.06 0.27
HSL 144º 0.13% 0.69% -
HSV(B) 144º 0.11% 0.73% -
XYZ 40.41 45.71 46.23 -
YUV 177.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 165 185 173 0.11 0 0.06 0.27 144 0.13 0.69
Hex A5 B9 AD B 0 6 1B 90 C 45
Octal 245 271 255 13 0 6 33 220 14 105
Binary 10100101 10111001 10101101 1011 0 110 11011 10010000 1100 1000101

Color Harmonies of #A5B9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B9AD

Black with #A5B9AD

Text Example


Text Example

White with #A5B9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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