Html Css Color HEX #A4B9AD Skeptic

📋 copy color: '#A4B9AD'

red 164 ◦ green 185 ◦ blue 173

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

Shades of Skeptic #A4B9AD

Tints of Skeptic #A4B9AD

RGB

 RED value IS 164 (64.45% from 255) = 31.42%

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

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

R = 31.42%
G = 35.44%
B = 33.14%

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

#A4B9AD (or 0xA4B9AD) is known color: Skeptic. HEX triplet: A4, B9 and AD. RGB value is (164,185,173). Sum of RGB (Red+Green+Blue) = 164+185+173=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B9AD is #5B4652. Grayscale: #B1B1B1. Windows color (decimal): -5981779 or 11385252. OLE color: 11385252.

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

Color convert

RGB 164 185 173 -
CMYK 0.11 0 0.06 0.27
HSL 145.71º 0.13% 0.68% -
HSV(B) 145.71º 0.11% 0.73% -
XYZ 40.2 45.61 46.22 -
YUV 177.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 164 185 173 0.11 0 0.06 0.27 145.71 0.13 0.68
Hex A4 B9 AD B 0 6 1B 92 D 44
Octal 244 271 255 13 0 6 33 222 15 104
Binary 10100100 10111001 10101101 1011 0 110 11011 10010010 1101 1000100

Color Harmonies of #A4B9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B9AD

Black with #A4B9AD

Text Example


Text Example

White with #A4B9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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