Html Css Color HEX #ADBAB1 Gum Leaf

📋 copy color: '#ADBAB1'

red 173 ◦ green 186 ◦ blue 177

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

Shades of Gum Leaf #ADBAB1

Tints of Gum Leaf #ADBAB1

RGB

 RED value IS 173 (67.97% from 255) = 32.28%

 GREEN value IS 186 (73.05% from 255) = 34.7%

 BLUE value IS 177 (69.53% from 255) = 33.02%

R = 32.28%
G = 34.7%
B = 33.02%

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

#ADBAB1 (or 0xADBAB1) is known color: Gum Leaf. HEX triplet: AD, BA and B1. RGB value is (173,186,177). Sum of RGB (Red+Green+Blue) = 173+186+177=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAB1 is #52454E. Grayscale: #B5B5B5. Windows color (decimal): -5391695 or 11647661. OLE color: 11647661.

HSL color Cylindrical-coordinate representation of color #ADBAB1: hue angle of 138.46º 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 #ADBAB1 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 177 -
CMYK 0.07 0 0.05 0.27
HSL 138.46º 0.09% 0.7% -
HSV(B) 138.46º 0.07% 0.73% -
XYZ 42.73 47.18 48.45 -
YUV 181.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 173 186 177 0.07 0 0.05 0.27 138.46 0.09 0.7
Hex AD BA B1 7 0 5 1B 8A 9 46
Octal 255 272 261 7 0 5 33 212 11 106
Binary 10101101 10111010 10110001 111 0 101 11011 10001010 1001 1000110

Color Harmonies of #ADBAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAB1

Black with #ADBAB1

Text Example


Text Example

White with #ADBAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAB1; }

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

 H1.HeaderClassName
 {
   color: #ADBAB1;
 }
 .AnyTagClassName
 {
   color: #ADBAB1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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