#ACBBAD

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

Shades of Zanah #ACBBAD

Tints of Zanah #ACBBAD

Color information

#ACBBAD (or 0xACBBAD) is unknown color: approx Zanah. HEX triplet: AC, BB and AD. RGB value is (172,187,173). Sum of RGB (Red+Green+Blue) = 172+187+173=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBBAD is #534452. Grayscale: #B4B4B4. Windows color (decimal): -5456979 or 11385772. OLE color: 11385772.

HSL color Cylindrical-coordinate representation of color #ACBBAD: hue angle of 124º degrees, saturation: 0.1, 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 #ACBBAD is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB172187173-
CMYK0.0800.070.27
HSL124º9.93%70.39%-
HSV(B)124º8.02%73.33%-
XYZ42.3347.3346.44-
YUV180.92123.53121.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.33%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=32.33%
G=35.15%
B=32.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871730.0800.070.271249.9370.39
HexACBBAD8071B7ca46
Octal25427325510073317412106
Binary1010110010111011101011011000011111011111110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBAD; }

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

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

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

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

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

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

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

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