Html Css Color HEX #ACC7AA Zanah

📋 copy color: '#ACC7AA'

red 172 ◦ green 199 ◦ blue 170

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

Shades of Zanah #ACC7AA

Tints of Zanah #ACC7AA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.78%

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

R = 31.79%
G = 36.78%
B = 31.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#ACC7AA (or 0xACC7AA) is known color: Zanah. HEX triplet: AC, C7 and AA. RGB value is (172,199,170). Sum of RGB (Red+Green+Blue) = 172+199+170=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 199 (78.12% from 255 or 36.78% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC7AA is #533855. Grayscale: #BBBBBB. Windows color (decimal): -5453910 or 11192236. OLE color: 11192236.

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

Color convert

RGB 172 199 170 -
CMYK 0.14 0 0.15 0.22
HSL 115.86º 0.21% 0.72% -
HSV(B) 115.86º 0.15% 0.78% -
XYZ 44.69 52.52 45.81 -
YUV 187.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 172 199 170 0.14 0 0.15 0.22 115.86 0.21 0.72
Hex AC C7 AA E 0 F 16 74 15 48
Octal 254 307 252 16 0 17 26 164 25 110
Binary 10101100 11000111 10101010 1110 0 1111 10110 1110100 10101 1001000

Color Harmonies of #ACC7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC7AA

Black with #ACC7AA

Text Example


Text Example

White with #ACC7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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