Html Css Color HEX #ACC6AA Zanah

📋 copy color: '#ACC6AA'

red 172 ◦ green 198 ◦ blue 170

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

Shades of Zanah #ACC6AA

Tints of Zanah #ACC6AA

RGB

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

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

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

R = 31.85%
G = 36.67%
B = 31.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#ACC6AA (or 0xACC6AA) is known color: Zanah. HEX triplet: AC, C6 and AA. RGB value is (172,198,170). Sum of RGB (Red+Green+Blue) = 172+198+170=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC6AA is #533955. Grayscale: #BBBBBB. Windows color (decimal): -5454166 or 11191980. OLE color: 11191980.

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

Color convert

RGB 172 198 170 -
CMYK 0.13 0 0.14 0.22
HSL 115.71º 0.2% 0.72% -
HSV(B) 115.71º 0.14% 0.78% -
XYZ 44.46 52.06 45.74 -
YUV 187.03 118.39 117.28 -
System Red Green Blue C M Y K H S L
Decimal 172 198 170 0.13 0 0.14 0.22 115.71 0.2 0.72
Hex AC C6 AA D 0 E 16 74 14 48
Octal 254 306 252 15 0 16 26 164 24 110
Binary 10101100 11000110 10101010 1101 0 1110 10110 1110100 10100 1001000

Color Harmonies of #ACC6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC6AA

Black with #ACC6AA

Text Example


Text Example

White with #ACC6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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