#ADCEAB

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

Shades of Zanah #ADCEAB

Tints of Zanah #ADCEAB

Color information

#ADCEAB (or 0xADCEAB) is unknown color: approx Zanah. HEX triplet: AD, CE and AB. RGB value is (173,206,171). Sum of RGB (Red+Green+Blue) = 173+206+171=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCEAB is #523154. Grayscale: #C0C0C0. Windows color (decimal): -5386581 or 11259565. OLE color: 11259565.

HSL color Cylindrical-coordinate representation of color #ADCEAB: hue angle of 116.57º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADCEAB is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB173206171-
CMYK0.1600.170.19
HSL116.57º26.32%73.92%-
HSV(B)116.57º16.99%80.78%-
XYZ46.6655.9746.87-
YUV192.14116.07114.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.45%
GREEN value IS 206 (80.86% from 255) = 37.45%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=31.45%
G=37.45%
B=31.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732061710.1600.170.19116.5726.3273.92
HexADCEAB1001113751a4a
Octal255316253200212316532112
Binary10101101110011101010101110000010001100111110101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEAB; }

 p { color: rgb(173,206,171); }

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

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

 a { background-color: rgb(173,206,171); }

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

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

 span { border-color: rgb(173,206,171); }

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