#ADCAB7

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

Shades of Gum Leaf #ADCAB7

Tints of Gum Leaf #ADCAB7

Color information

#ADCAB7 (or 0xADCAB7) is unknown color: approx Gum Leaf. HEX triplet: AD, CA and B7. RGB value is (173,202,183). Sum of RGB (Red+Green+Blue) = 173+202+183=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 183 (71.88% from 255 or 32.80% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAB7 is #523548. Grayscale: #BFBFBF. Windows color (decimal): -5387593 or 12044973. OLE color: 12044973.

HSL color Cylindrical-coordinate representation of color #ADCAB7: hue angle of 140.69º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADCAB7 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB173202183-
CMYK0.1400.090.21
HSL140.69º21.48%73.53%-
HSV(B)140.69º14.36%79.22%-
XYZ46.954.5452.86-
YUV191.16123.39115.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.00%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 183 (71.88% from 255) = 32.80%
R=31.00%
G=36.20%
B=32.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021830.1400.090.21140.6921.4873.53
HexADCAB7E09158d154a
Octal255312267160112521525112
Binary1010110111001010101101111110010011010110001101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCAB7; }

 p { color: rgb(173,202,183); }

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

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

 a { background-color: rgb(173,202,183); }

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

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

 span { border-color: rgb(173,202,183); }

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