#ACC0AD

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

Shades of Zanah #ACC0AD

Tints of Zanah #ACC0AD

Color information

#ACC0AD (or 0xACC0AD) is unknown color: approx Zanah. HEX triplet: AC, C0 and AD. RGB value is (172,192,173). Sum of RGB (Red+Green+Blue) = 172+192+173=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC0AD is #533F52. Grayscale: #B7B7B7. Windows color (decimal): -5455699 or 11387052. OLE color: 11387052.

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

Color convert

RGB172192173-
CMYK0.1000.100.25
HSL123º13.7%71.37%-
HSV(B)123º10.42%75.29%-
XYZ43.4149.4946.8-
YUV183.85121.87119.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 192 (75.39% from 255) = 35.75%
BLUE value IS 173 (67.97% from 255) = 32.22%
R=32.03%
G=35.75%
B=32.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721921730.1000.100.2512313.771.37
HexACC0ADA0A197be47
Octal254300255120123117316107
Binary10101100110000001010110110100101011001111101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC0AD; }

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

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

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

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

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

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

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

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