#ADBAB0

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

Shades of Gum Leaf #ADBAB0

Tints of Gum Leaf #ADBAB0

Color information

#ADBAB0 (or 0xADBAB0) is unknown color: approx Gum Leaf. HEX triplet: AD, BA and B0. RGB value is (173,186,176). Sum of RGB (Red+Green+Blue) = 173+186+176=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAB0 is #52454F. Grayscale: #B5B5B5. Windows color (decimal): -5391696 or 11582125. OLE color: 11582125.

HSL color Cylindrical-coordinate representation of color #ADBAB0: hue angle of 133.85º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADBAB0 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB173186176-
CMYK0.0700.050.27
HSL133.85º8.61%70.39%-
HSV(B)133.85º6.99%72.94%-
XYZ42.6347.1447.93-
YUV180.97125.19122.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.34%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 176 (69.14% from 255) = 32.90%
R=32.34%
G=34.77%
B=32.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861760.0700.050.27133.858.6170.39
HexADBAB07051B86946
Octal2552722607053320611106
Binary1010110110111010101100001110101110111000011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAB0; }

 p { color: rgb(173,186,176); }

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

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

 a { background-color: rgb(173,186,176); }

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

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

 span { border-color: rgb(173,186,176); }

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