Html Css Color HEX #ABC9A9 Zanah

📋 copy color: '#ABC9A9'

red 171 ◦ green 201 ◦ blue 169

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

Shades of Zanah #ABC9A9

Tints of Zanah #ABC9A9

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.15%

 BLUE value IS 169 (66.41% from 255) = 31.24%

R = 31.61%
G = 37.15%
B = 31.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#ABC9A9 (or 0xABC9A9) is known color: Zanah. HEX triplet: AB, C9 and A9. RGB value is (171,201,169). Sum of RGB (Red+Green+Blue) = 171+201+169=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 169 (66.41% from 255 or 31.24% from 541); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC9A9 is #543656. Grayscale: #BCBCBC. Windows color (decimal): -5518935 or 11127211. OLE color: 11127211.

HSL color Cylindrical-coordinate representation of color #ABC9A9: hue angle of 116.25º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABC9A9 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 201 169 -
CMYK 0.15 0 0.16 0.21
HSL 116.25º 0.23% 0.73% -
HSV(B) 116.25º 0.16% 0.79% -
XYZ 44.84 53.3 45.46 -
YUV 188.38 117.06 115.6 -
System Red Green Blue C M Y K H S L
Decimal 171 201 169 0.15 0 0.16 0.21 116.25 0.23 0.73
Hex AB C9 A9 F 0 10 15 74 17 49
Octal 253 311 251 17 0 20 25 164 27 111
Binary 10101011 11001001 10101001 1111 0 10000 10101 1110100 10111 1001001

Color Harmonies of #ABC9A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC9A9

Black with #ABC9A9

Text Example


Text Example

White with #ABC9A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC9A9; }

 p { color: rgb(171,201,169); }

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

background-color css

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

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

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

border-color css

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

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

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