#ACCFAD

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

Shades of Zanah #ACCFAD

Tints of Zanah #ACCFAD

Color information

#ACCFAD (or 0xACCFAD) is unknown color: approx Zanah. HEX triplet: AC, CF and AD. RGB value is (172,207,173). Sum of RGB (Red+Green+Blue) = 172+207+173=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCFAD is #533052. Grayscale: #C0C0C0. Windows color (decimal): -5451859 or 11390892. OLE color: 11390892.

HSL color Cylindrical-coordinate representation of color #ACCFAD: hue angle of 121.71º 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 #ACCFAD is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB172207173-
CMYK0.1700.160.19
HSL121.71º26.72%74.31%-
HSV(B)121.71º16.91%81.18%-
XYZ46.8756.4147.95-
YUV192.66116.9113.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.16%
GREEN value IS 207 (81.25% from 255) = 37.5%
BLUE value IS 173 (67.97% from 255) = 31.34%
R=31.16%
G=37.5%
B=31.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722071730.1700.160.19121.7126.7274.31
HexACCFAD11010137a1b4a
Octal254317255210202317233112
Binary10101100110011111010110110001010000100111111010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFAD; }

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

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

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

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

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

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

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

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