#ACBEAD

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

Shades of Zanah #ACBEAD

Tints of Zanah #ACBEAD

Color information

#ACBEAD (or 0xACBEAD) is unknown color: approx Zanah. HEX triplet: AC, BE and AD. RGB value is (172,190,173). Sum of RGB (Red+Green+Blue) = 172+190+173=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBEAD is #534152. Grayscale: #B6B6B6. Windows color (decimal): -5456211 or 11386540. OLE color: 11386540.

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

Color convert

RGB172190173-
CMYK0.0900.090.25
HSL123.33º12.16%70.98%-
HSV(B)123.33º9.47%74.51%-
XYZ42.9748.6146.65-
YUV182.68122.54120.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.15%
GREEN value IS 190 (74.61% from 255) = 35.51%
BLUE value IS 173 (67.97% from 255) = 32.34%
R=32.15%
G=35.51%
B=32.34%

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
Decimal1721901730.0900.090.25123.3312.1670.98
HexACBEAD909197bc47
Octal254276255110113117314107
Binary10101100101111101010110110010100111001111101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBEAD; }

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

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

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

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

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

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

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

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