#ADCCAE

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

Shades of Zanah #ADCCAE

Tints of Zanah #ADCCAE

Color information

#ADCCAE (or 0xADCCAE) is unknown color: approx Zanah. HEX triplet: AD, CC and AE. RGB value is (173,204,174). Sum of RGB (Red+Green+Blue) = 173+204+174=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCCAE is #523351. Grayscale: #BFBFBF. Windows color (decimal): -5387090 or 11455661. OLE color: 11455661.

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

Color convert

RGB173204174-
CMYK0.1500.150.2
HSL121.94º23.31%73.92%-
HSV(B)121.94º15.2%80%-
XYZ46.4755.1348.24-
YUV191.31118.23114.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.40%
GREEN value IS 204 (80.08% from 255) = 37.02%
BLUE value IS 174 (68.36% from 255) = 31.58%
R=31.40%
G=37.02%
B=31.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041740.1500.150.2121.9423.3173.92
HexADCCAEF0F147a174a
Octal255314256170172417227112
Binary101011011100110010101110111101111101001111010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCAE; }

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

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

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

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

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

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

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

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