#ACCFAC

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

Shades of Zanah #ACCFAC

Tints of Zanah #ACCFAC

Color information

#ACCFAC (or 0xACCFAC) is unknown color: approx Zanah. HEX triplet: AC, CF and AC. RGB value is (172,207,172). Sum of RGB (Red+Green+Blue) = 172+207+172=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCFAC is #533053. Grayscale: #C0C0C0. Windows color (decimal): -5451860 or 11325356. OLE color: 11325356.

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

Color convert

RGB172207172-
CMYK0.1700.170.19
HSL120º26.72%74.31%-
HSV(B)120º16.91%81.18%-
XYZ46.7756.3747.45-
YUV192.54116.4113.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 207 (81.25% from 255) = 37.57%
BLUE value IS 172 (67.58% from 255) = 31.22%
R=31.22%
G=37.57%
B=31.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722071720.1700.170.1912026.7274.31
HexACCFAC1101113781b4a
Octal254317254210212317033112
Binary10101100110011111010110010001010001100111111000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFAC; }

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

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

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

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

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

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

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

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