#ACBCAD

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

Shades of Zanah #ACBCAD

Tints of Zanah #ACBCAD

Color information

#ACBCAD (or 0xACBCAD) is unknown color: approx Zanah. HEX triplet: AC, BC and AD. RGB value is (172,188,173). Sum of RGB (Red+Green+Blue) = 172+188+173=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBCAD is #534352. Grayscale: #B5B5B5. Windows color (decimal): -5456723 or 11386028. OLE color: 11386028.

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

Color convert

RGB172188173-
CMYK0.0900.080.26
HSL123.75º10.67%70.59%-
HSV(B)123.75º8.51%73.73%-
XYZ42.5447.7546.51-
YUV181.51123.2121.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.27%
GREEN value IS 188 (73.83% from 255) = 35.27%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=32.27%
G=35.27%
B=32.46%

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
Decimal1721881730.0900.080.26123.7510.6770.59
HexACBCAD9081A7cb47
Octal254274255110103217413107
Binary10101100101111001010110110010100011010111110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCAD; }

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

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

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

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

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

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

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

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