Html Css Color HEX #ADB2AE Gum Leaf

📋 copy color: '#ADB2AE'

red 173 ◦ green 178 ◦ blue 174

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

Shades of Gum Leaf #ADB2AE

Tints of Gum Leaf #ADB2AE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.9%

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

R = 32.95%
G = 33.9%
B = 33.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#ADB2AE (or 0xADB2AE) is known color: Gum Leaf. HEX triplet: AD, B2 and AE. RGB value is (173,178,174). Sum of RGB (Red+Green+Blue) = 173+178+174=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB2AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB2AE is #524D51. Grayscale: #B0B0B0. Windows color (decimal): -5393746 or 11449005. OLE color: 11449005.

HSL color Cylindrical-coordinate representation of color #ADB2AE: hue angle of 132º degrees, saturation: 0.03, 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 #ADB2AE is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 174 -
CMYK 0.03 0 0.02 0.30
HSL 132º 0.03% 0.69% -
HSV(B) 132º 0.03% 0.7% -
XYZ 40.79 43.78 46.34 -
YUV 176.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 173 178 174 0.03 0 0.02 0.30 132 0.03 0.69
Hex AD B2 AE 3 0 2 1E 84 3 45
Octal 255 262 256 3 0 2 36 204 3 105
Binary 10101101 10110010 10101110 11 0 10 11110 10000100 11 1000101

Color Harmonies of #ADB2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB2AE

Black with #ADB2AE

Text Example


Text Example

White with #ADB2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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