#ACBDAD

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

Shades of Zanah #ACBDAD

Tints of Zanah #ACBDAD

Color information

#ACBDAD (or 0xACBDAD) is unknown color: approx Zanah. HEX triplet: AC, BD and AD. RGB value is (172,189,173). Sum of RGB (Red+Green+Blue) = 172+189+173=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBDAD is #534252. Grayscale: #B6B6B6. Windows color (decimal): -5456467 or 11386284. OLE color: 11386284.

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

Color convert

RGB172189173-
CMYK0.0900.080.26
HSL123.53º11.41%70.78%-
HSV(B)123.53º8.99%74.12%-
XYZ42.7548.1846.58-
YUV182.09122.87120.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 189 (74.22% from 255) = 35.39%
BLUE value IS 173 (67.97% from 255) = 32.40%
R=32.21%
G=35.39%
B=32.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891730.0900.080.26123.5311.4170.78
HexACBDAD9081A7cb47
Octal254275255110103217413107
Binary10101100101111011010110110010100011010111110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDAD; }

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

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

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

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

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

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

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

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