Html Css Color HEX #ADB5AF Gum Leaf

📋 copy color: '#ADB5AF'

red 173 ◦ green 181 ◦ blue 175

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

Shades of Gum Leaf #ADB5AF

Tints of Gum Leaf #ADB5AF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.22%

 BLUE value IS 175 (68.75% from 255) = 33.08%

R = 32.7%
G = 34.22%
B = 33.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#ADB5AF (or 0xADB5AF) is known color: Gum Leaf. HEX triplet: AD, B5 and AF. RGB value is (173,181,175). Sum of RGB (Red+Green+Blue) = 173+181+175=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB5AF is #524A50. Grayscale: #B1B1B1. Windows color (decimal): -5392977 or 11515309. OLE color: 11515309.

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

Color convert

RGB 173 181 175 -
CMYK 0.04 0 0.03 0.29
HSL 135º 0.05% 0.69% -
HSV(B) 135º 0.04% 0.71% -
XYZ 41.5 45.03 47.06 -
YUV 177.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 173 181 175 0.04 0 0.03 0.29 135 0.05 0.69
Hex AD B5 AF 4 0 3 1D 87 5 45
Octal 255 265 257 4 0 3 35 207 5 105
Binary 10101101 10110101 10101111 100 0 11 11101 10000111 101 1000101

Color Harmonies of #ADB5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB5AF

Black with #ADB5AF

Text Example


Text Example

White with #ADB5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB5AF; }

 p { color: rgb(173,181,175); }

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

background-color css

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

 a { background-color: rgb(173,181,175); }

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

border-color css

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

 span { border-color: rgb(173,181,175); }

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