#ACCFA6

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

Shades of Zanah #ACCFA6

Tints of Zanah #ACCFA6

Color information

#ACCFA6 (or 0xACCFA6) is unknown color: approx Zanah. HEX triplet: AC, CF and A6. RGB value is (172,207,166). Sum of RGB (Red+Green+Blue) = 172+207+166=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCFA6 is #533059. Grayscale: #BFBFBF. Windows color (decimal): -5451866 or 10932140. OLE color: 10932140.

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

Color convert

RGB172207166-
CMYK0.1700.200.19
HSL111.22º29.93%73.14%-
HSV(B)111.22º19.81%81.18%-
XYZ46.2156.1544.48-
YUV191.86113.4113.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.56%
GREEN value IS 207 (81.25% from 255) = 37.98%
BLUE value IS 166 (65.23% from 255) = 30.46%
R=31.56%
G=37.98%
B=30.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722071660.1700.200.19111.2229.9373.14
HexACCFA611014136f1e49
Octal254317246210242315736111
Binary10101100110011111010011010001010100100111101111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFA6; }

 p { color: rgb(172,207,166); }

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

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

 a { background-color: rgb(172,207,166); }

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

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

 span { border-color: rgb(172,207,166); }

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