#ACBAAC

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

Shades of Zanah #ACBAAC

Tints of Zanah #ACBAAC

Color information

#ACBAAC (or 0xACBAAC) is unknown color: approx Zanah. HEX triplet: AC, BA and AC. RGB value is (172,186,172). Sum of RGB (Red+Green+Blue) = 172+186+172=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBAAC is #534553. Grayscale: #B4B4B4. Windows color (decimal): -5457236 or 11319980. OLE color: 11319980.

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

Color convert

RGB172186172-
CMYK0.0800.080.27
HSL120º9.21%70.2%-
HSV(B)120º7.53%72.94%-
XYZ42.0246.8745.86-
YUV180.22123.36122.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.45%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 172 (67.58% from 255) = 32.45%
R=32.45%
G=35.09%
B=32.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861720.0800.080.271209.2170.2
HexACBAAC8081B78946
Octal254272254100103317011106
Binary10101100101110101010110010000100011011111100010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAAC; }

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

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

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

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

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

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

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

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