Html Css Color HEX #ACC5AA Zanah

📋 copy color: '#ACC5AA'

red 172 ◦ green 197 ◦ blue 170

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

Shades of Zanah #ACC5AA

Tints of Zanah #ACC5AA

RGB

 RED value IS 172 (67.58% from 255) = 31.91%

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

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

R = 31.91%
G = 36.55%
B = 31.54%

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

#ACC5AA (or 0xACC5AA) is known color: Zanah. HEX triplet: AC, C5 and AA. RGB value is (172,197,170). Sum of RGB (Red+Green+Blue) = 172+197+170=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC5AA is #533A55. Grayscale: #BABABA. Windows color (decimal): -5454422 or 11191724. OLE color: 11191724.

HSL color Cylindrical-coordinate representation of color #ACC5AA: hue angle of 115.56º 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 #ACC5AA is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 197 170 -
CMYK 0.13 0 0.14 0.23
HSL 115.56º 0.19% 0.72% -
HSV(B) 115.56º 0.14% 0.77% -
XYZ 44.24 51.61 45.66 -
YUV 186.45 118.72 117.7 -
System Red Green Blue C M Y K H S L
Decimal 172 197 170 0.13 0 0.14 0.23 115.56 0.19 0.72
Hex AC C5 AA D 0 E 17 74 13 48
Octal 254 305 252 15 0 16 27 164 23 110
Binary 10101100 11000101 10101010 1101 0 1110 10111 1110100 10011 1001000

Color Harmonies of #ACC5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC5AA

Black with #ACC5AA

Text Example


Text Example

White with #ACC5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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