Html Css Color HEX #ADBAB0 Gum Leaf

📋 copy color: '#ADBAB0'

red 173 ◦ green 186 ◦ blue 176

#ADBAB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gum Leaf #ADBAB0

Tints of Gum Leaf #ADBAB0

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.9%

R = 32.34%
G = 34.77%
B = 32.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#ADBAB0 (or 0xADBAB0) is known color: 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

RGB 173 186 176 -
CMYK 0.07 0 0.05 0.27
HSL 133.85º 0.09% 0.7% -
HSV(B) 133.85º 0.07% 0.73% -
XYZ 42.63 47.14 47.93 -
YUV 180.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 173 186 176 0.07 0 0.05 0.27 133.85 0.09 0.7
Hex AD BA B0 7 0 5 1B 86 9 46
Octal 255 272 260 7 0 5 33 206 11 106
Binary 10101101 10111010 10110000 111 0 101 11011 10000110 1001 1000110

Color Harmonies of #ADBAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAB0

Black with #ADBAB0

Text Example


Text Example

White with #ADBAB0

Text Example


Text Example

HTML Codes & Css Web 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>