#ADCCAB

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

Shades of Zanah #ADCCAB

Tints of Zanah #ADCCAB

Color information

#ADCCAB (or 0xADCCAB) is unknown color: approx Zanah. HEX triplet: AD, CC and AB. RGB value is (173,204,171). Sum of RGB (Red+Green+Blue) = 173+204+171=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCCAB is #523354. Grayscale: #BFBFBF. Windows color (decimal): -5387093 or 11259053. OLE color: 11259053.

HSL color Cylindrical-coordinate representation of color #ADCCAB: hue angle of 116.36º 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 #ADCCAB is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB173204171-
CMYK0.1500.160.2
HSL116.36º24.44%73.53%-
HSV(B)116.36º16.18%80%-
XYZ46.1855.0146.71-
YUV190.97116.73115.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.57%
GREEN value IS 204 (80.08% from 255) = 37.23%
BLUE value IS 171 (67.19% from 255) = 31.20%
R=31.57%
G=37.23%
B=31.20%

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
Decimal1732041710.1500.160.2116.3624.4473.53
HexADCCABF0101474184a
Octal255314253170202416430112
Binary1010110111001100101010111111010000101001110100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCAB; }

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

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

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

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

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

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

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

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