#ACBDAC

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

Shades of Zanah #ACBDAC

Tints of Zanah #ACBDAC

Color information

#ACBDAC (or 0xACBDAC) is unknown color: approx Zanah. HEX triplet: AC, BD and AC. RGB value is (172,189,172). Sum of RGB (Red+Green+Blue) = 172+189+172=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBDAC is #534253. Grayscale: #B6B6B6. Windows color (decimal): -5456468 or 11320748. OLE color: 11320748.

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

Color convert

RGB172189172-
CMYK0.0900.090.26
HSL120º11.41%70.78%-
HSV(B)120º8.99%74.12%-
XYZ42.6648.1446.07-
YUV181.98122.37120.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.27%
GREEN value IS 189 (74.22% from 255) = 35.46%
BLUE value IS 172 (67.58% from 255) = 32.27%
R=32.27%
G=35.46%
B=32.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891720.0900.090.2612011.4170.78
HexACBDAC9091A78b47
Octal254275254110113217013107
Binary10101100101111011010110010010100111010111100010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDAC; }

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

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

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

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

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

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

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

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