Html Css Color HEX #AAC6AA Zanah

📋 copy color: '#AAC6AA'

red 170 ◦ green 198 ◦ blue 170

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

Shades of Zanah #AAC6AA

Tints of Zanah #AAC6AA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.8%

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

R = 31.6%
G = 36.8%
B = 31.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#AAC6AA (or 0xAAC6AA) is known color: Zanah. HEX triplet: AA, C6 and AA. RGB value is (170,198,170). Sum of RGB (Red+Green+Blue) = 170+198+170=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC6AA is #553955. Grayscale: #BABABA. Windows color (decimal): -5585238 or 11191978. OLE color: 11191978.

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

Color convert

RGB 170 198 170 -
CMYK 0.14 0 0.14 0.22
HSL 120º 0.2% 0.72% -
HSV(B) 120º 0.14% 0.78% -
XYZ 44.03 51.84 45.72 -
YUV 186.44 118.72 116.28 -
System Red Green Blue C M Y K H S L
Decimal 170 198 170 0.14 0 0.14 0.22 120 0.2 0.72
Hex AA C6 AA E 0 E 16 78 14 48
Octal 252 306 252 16 0 16 26 170 24 110
Binary 10101010 11000110 10101010 1110 0 1110 10110 1111000 10100 1001000

Color Harmonies of #AAC6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC6AA

Black with #AAC6AA

Text Example


Text Example

White with #AAC6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC6AA; }

 p { color: rgb(170,198,170); }

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

background-color css

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

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

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

border-color css

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

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

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