#ADCCAC

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

Shades of Zanah #ADCCAC

Tints of Zanah #ADCCAC

Color information

#ADCCAC (or 0xADCCAC) is unknown color: approx Zanah. HEX triplet: AD, CC and AC. RGB value is (173,204,172). Sum of RGB (Red+Green+Blue) = 173+204+172=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCCAC is #523353. Grayscale: #BFBFBF. Windows color (decimal): -5387092 or 11324589. OLE color: 11324589.

HSL color Cylindrical-coordinate representation of color #ADCCAC: hue angle of 118.12º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCCAC is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB173204172-
CMYK0.1500.160.2
HSL118.12º23.88%73.73%-
HSV(B)118.12º15.69%80%-
XYZ46.2755.0547.22-
YUV191.08117.23115.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.51%
GREEN value IS 204 (80.08% from 255) = 37.16%
BLUE value IS 172 (67.58% from 255) = 31.33%
R=31.51%
G=37.16%
B=31.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041720.1500.160.2118.1223.8873.73
HexADCCACF0101476184a
Octal255314254170202416630112
Binary1010110111001100101011001111010000101001110110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCAC; }

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

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

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

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

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

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

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

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