Html Css Color HEX #AACCAA Zanah

📋 copy color: '#AACCAA'

red 170 ◦ green 204 ◦ blue 170

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

Shades of Zanah #AACCAA

Tints of Zanah #AACCAA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.5%

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

R = 31.25%
G = 37.5%
B = 31.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#AACCAA (or 0xAACCAA) is known color: Zanah. HEX triplet: AA, CC and AA. RGB value is (170,204,170). Sum of RGB (Red+Green+Blue) = 170+204+170=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACCAA is #553355. Grayscale: #BEBEBE. Windows color (decimal): -5583702 or 11193514. OLE color: 11193514.

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

Color convert

RGB 170 204 170 -
CMYK 0.17 0 0.17 0.2
HSL 120º 0.25% 0.73% -
HSV(B) 120º 0.17% 0.8% -
XYZ 45.43 54.63 46.18 -
YUV 189.96 116.74 113.76 -
System Red Green Blue C M Y K H S L
Decimal 170 204 170 0.17 0 0.17 0.2 120 0.25 0.73
Hex AA CC AA 11 0 11 14 78 19 49
Octal 252 314 252 21 0 21 24 170 31 111
Binary 10101010 11001100 10101010 10001 0 10001 10100 1111000 11001 1001001

Color Harmonies of #AACCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACCAA

Black with #AACCAA

Text Example


Text Example

White with #AACCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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