Html Css Color HEX #ABC0AA Zanah

📋 copy color: '#ABC0AA'

red 171 ◦ green 192 ◦ blue 170

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

Shades of Zanah #ABC0AA

Tints of Zanah #ABC0AA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.02%

 BLUE value IS 170 (66.8% from 255) = 31.89%

R = 32.08%
G = 36.02%
B = 31.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#ABC0AA (or 0xABC0AA) is known color: Zanah. HEX triplet: AB, C0 and AA. RGB value is (171,192,170). Sum of RGB (Red+Green+Blue) = 171+192+170=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC0AA is #543F55. Grayscale: #B7B7B7. Windows color (decimal): -5521238 or 11190443. OLE color: 11190443.

HSL color Cylindrical-coordinate representation of color #ABC0AA: hue angle of 117.27º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABC0AA is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 192 170 -
CMYK 0.11 0 0.11 0.25
HSL 117.27º 0.15% 0.71% -
HSV(B) 117.27º 0.11% 0.75% -
XYZ 42.9 49.26 45.28 -
YUV 183.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 171 192 170 0.11 0 0.11 0.25 117.27 0.15 0.71
Hex AB C0 AA B 0 B 19 75 F 47
Octal 253 300 252 13 0 13 31 165 17 107
Binary 10101011 11000000 10101010 1011 0 1011 11001 1110101 1111 1000111

Color Harmonies of #ABC0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC0AA

Black with #ABC0AA

Text Example


Text Example

White with #ABC0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC0AA; }

 p { color: rgb(171,192,170); }

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

background-color css

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

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

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

border-color css

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

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

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