#ACCAA7

Color #ACCAA7 Zanah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zanah #ACCAA7

Tints of Zanah #ACCAA7

Color information

#ACCAA7 (or 0xACCAA7) is unknown color: approx Zanah. HEX triplet: AC, CA and A7. RGB value is (172,202,167). Sum of RGB (Red+Green+Blue) = 172+202+167=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 167 (65.62% from 255 or 30.87% from 541); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCAA7 is #533558. Grayscale: #BDBDBD. Windows color (decimal): -5453145 or 10996396. OLE color: 10996396.

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

Color convert

RGB172202167-
CMYK0.1500.170.21
HSL111.43º24.82%72.35%-
HSV(B)111.43º17.33%79.22%-
XYZ45.1153.844.57-
YUV189.04115.56115.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 202 (79.30% from 255) = 37.34%
BLUE value IS 167 (65.62% from 255) = 30.87%
R=31.79%
G=37.34%
B=30.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021670.1500.170.21111.4324.8272.35
HexACCAA7F011156f1948
Octal254312247170212515731110
Binary1010110011001010101001111111010001101011101111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAA7; }

 p { color: rgb(172,202,167); }

 H1.HeaderClassName
 {
   color: #ACCAA7;
 }
 .AnyTagClassName
 {
   color: #ACCAA7;
 }
</style>
background-color css

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

 a { background-color: rgb(172,202,167); }

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

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

 span { border-color: rgb(172,202,167); }

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