Html Css Color HEX #ABC5AA Zanah

📋 copy color: '#ABC5AA'

red 171 ◦ green 197 ◦ blue 170

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

Shades of Zanah #ABC5AA

Tints of Zanah #ABC5AA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.62%

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

R = 31.78%
G = 36.62%
B = 31.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#ABC5AA (or 0xABC5AA) is known color: Zanah. HEX triplet: AB, C5 and AA. RGB value is (171,197,170). Sum of RGB (Red+Green+Blue) = 171+197+170=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC5AA is #543A55. Grayscale: #BABABA. Windows color (decimal): -5519958 or 11191723. OLE color: 11191723.

HSL color Cylindrical-coordinate representation of color #ABC5AA: hue angle of 117.78º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC5AA is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 197 170 -
CMYK 0.13 0 0.14 0.23
HSL 117.78º 0.19% 0.72% -
HSV(B) 117.78º 0.14% 0.77% -
XYZ 44.02 51.49 45.65 -
YUV 186.15 118.89 117.2 -
System Red Green Blue C M Y K H S L
Decimal 171 197 170 0.13 0 0.14 0.23 117.78 0.19 0.72
Hex AB C5 AA D 0 E 17 76 13 48
Octal 253 305 252 15 0 16 27 166 23 110
Binary 10101011 11000101 10101010 1101 0 1110 10111 1110110 10011 1001000

Color Harmonies of #ABC5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC5AA

Black with #ABC5AA

Text Example


Text Example

White with #ABC5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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