#ACBEAC

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

Shades of Zanah #ACBEAC

Tints of Zanah #ACBEAC

Color information

#ACBEAC (or 0xACBEAC) is unknown color: approx Zanah. HEX triplet: AC, BE and AC. RGB value is (172,190,172). Sum of RGB (Red+Green+Blue) = 172+190+172=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBEAC is #534153. Grayscale: #B6B6B6. Windows color (decimal): -5456212 or 11321004. OLE color: 11321004.

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

Color convert

RGB172190172-
CMYK0.0900.090.25
HSL120º12.16%70.98%-
HSV(B)120º9.47%74.51%-
XYZ42.8748.5846.15-
YUV182.57122.04120.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 190 (74.61% from 255) = 35.58%
BLUE value IS 172 (67.58% from 255) = 32.21%
R=32.21%
G=35.58%
B=32.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721901720.0900.090.2512012.1670.98
HexACBEAC9091978c47
Octal254276254110113117014107
Binary10101100101111101010110010010100111001111100011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBEAC; }

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

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

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

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

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

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

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

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