Html Css Color HEX #AAC5A8 Zanah

📋 copy color: '#AAC5A8'

red 170 ◦ green 197 ◦ blue 168

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

Shades of Zanah #AAC5A8

Tints of Zanah #AAC5A8

RGB

 RED value IS 170 (66.8% from 255) = 31.78%

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

 BLUE value IS 168 (66.02% from 255) = 31.4%

R = 31.78%
G = 36.82%
B = 31.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#AAC5A8 (or 0xAAC5A8) is known color: Zanah. HEX triplet: AA, C5 and A8. RGB value is (170,197,168). Sum of RGB (Red+Green+Blue) = 170+197+168=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC5A8 is #553A57. Grayscale: #B9B9B9. Windows color (decimal): -5585496 or 11060650. OLE color: 11060650.

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

Color convert

RGB 170 197 168 -
CMYK 0.14 0 0.15 0.23
HSL 115.86º 0.2% 0.72% -
HSV(B) 115.86º 0.15% 0.77% -
XYZ 43.61 51.31 44.65 -
YUV 185.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 170 197 168 0.14 0 0.15 0.23 115.86 0.2 0.72
Hex AA C5 A8 E 0 F 17 74 14 48
Octal 252 305 250 16 0 17 27 164 24 110
Binary 10101010 11000101 10101000 1110 0 1111 10111 1110100 10100 1001000

Color Harmonies of #AAC5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC5A8

Black with #AAC5A8

Text Example


Text Example

White with #AAC5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC5A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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