#ACCFAB

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

Shades of Zanah #ACCFAB

Tints of Zanah #ACCFAB

Color information

#ACCFAB (or 0xACCFAB) is unknown color: approx Zanah. HEX triplet: AC, CF and AB. RGB value is (172,207,171). Sum of RGB (Red+Green+Blue) = 172+207+171=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCFAB is #533054. Grayscale: #C0C0C0. Windows color (decimal): -5451861 or 11259820. OLE color: 11259820.

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

Color convert

RGB172207171-
CMYK0.1700.170.19
HSL118.33º27.27%74.12%-
HSV(B)118.33º17.39%81.18%-
XYZ46.6856.3446.94-
YUV192.43115.9113.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.27%
GREEN value IS 207 (81.25% from 255) = 37.64%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=31.27%
G=37.64%
B=31.09%

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
Decimal1722071710.1700.170.19118.3327.2774.12
HexACCFAB1101113761b4a
Octal254317253210212316633112
Binary10101100110011111010101110001010001100111110110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCFAB; }

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

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

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

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

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

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

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

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