Html Css Color HEX #ABB9AB Zanah

📋 copy color: '#ABB9AB'

red 171 ◦ green 185 ◦ blue 171

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

Shades of Zanah #ABB9AB

Tints of Zanah #ABB9AB

RGB

 RED value IS 171 (67.19% from 255) = 32.45%

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

 BLUE value IS 171 (67.19% from 255) = 32.45%

R = 32.45%
G = 35.1%
B = 32.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#ABB9AB (or 0xABB9AB) is known color: Zanah. HEX triplet: AB, B9 and AB. RGB value is (171,185,171). Sum of RGB (Red+Green+Blue) = 171+185+171=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB9AB is #544654. Grayscale: #B3B3B3. Windows color (decimal): -5523029 or 11254187. OLE color: 11254187.

HSL color Cylindrical-coordinate representation of color #ABB9AB: hue angle of 120º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABB9AB is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 185 171 -
CMYK 0.08 0 0.08 0.27
HSL 120º 0.09% 0.7% -
HSV(B) 120º 0.08% 0.73% -
XYZ 41.49 46.3 45.28 -
YUV 179.22 123.36 122.14 -
System Red Green Blue C M Y K H S L
Decimal 171 185 171 0.08 0 0.08 0.27 120 0.09 0.7
Hex AB B9 AB 8 0 8 1B 78 9 46
Octal 253 271 253 10 0 10 33 170 11 106
Binary 10101011 10111001 10101011 1000 0 1000 11011 1111000 1001 1000110

Color Harmonies of #ABB9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB9AB

Black with #ABB9AB

Text Example


Text Example

White with #ABB9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB9AB; }

 p { color: rgb(171,185,171); }

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

background-color css

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

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

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

border-color css

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

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

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