Html Css Color HEX #ADB3AE Gum Leaf

📋 copy color: '#ADB3AE'

red 173 ◦ green 179 ◦ blue 174

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

Shades of Gum Leaf #ADB3AE

Tints of Gum Leaf #ADB3AE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.03%

 BLUE value IS 174 (68.36% from 255) = 33.08%

R = 32.89%
G = 34.03%
B = 33.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#ADB3AE (or 0xADB3AE) is known color: Gum Leaf. HEX triplet: AD, B3 and AE. RGB value is (173,179,174). Sum of RGB (Red+Green+Blue) = 173+179+174=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB3AE is #524C51. Grayscale: #B0B0B0. Windows color (decimal): -5393490 or 11449261. OLE color: 11449261.

HSL color Cylindrical-coordinate representation of color #ADB3AE: hue angle of 130º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ADB3AE is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 174 -
CMYK 0.03 0 0.03 0.30
HSL 130º 0.04% 0.69% -
HSV(B) 130º 0.03% 0.7% -
XYZ 40.99 44.18 46.41 -
YUV 176.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 173 179 174 0.03 0 0.03 0.30 130 0.04 0.69
Hex AD B3 AE 3 0 3 1E 82 4 45
Octal 255 263 256 3 0 3 36 202 4 105
Binary 10101101 10110011 10101110 11 0 11 11110 10000010 100 1000101

Color Harmonies of #ADB3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB3AE

Black with #ADB3AE

Text Example


Text Example

White with #ADB3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB3AE; }

 p { color: rgb(173,179,174); }

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

background-color css

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

 a { background-color: rgb(173,179,174); }

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

border-color css

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

 span { border-color: rgb(173,179,174); }

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