Html Css Color HEX #A7B9AD Gum Leaf

📋 copy color: '#A7B9AD'

red 167 ◦ green 185 ◦ blue 173

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

Shades of Gum Leaf #A7B9AD

Tints of Gum Leaf #A7B9AD

RGB

 RED value IS 167 (65.63% from 255) = 31.81%

 GREEN value IS 185 (72.66% from 255) = 35.24%

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

R = 31.81%
G = 35.24%
B = 32.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#A7B9AD (or 0xA7B9AD) is known color: Gum Leaf. HEX triplet: A7, B9 and AD. RGB value is (167,185,173). Sum of RGB (Red+Green+Blue) = 167+185+173=525 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.81% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B9AD is #584652. Grayscale: #B2B2B2. Windows color (decimal): -5785171 or 11385255. OLE color: 11385255.

HSL color Cylindrical-coordinate representation of color #A7B9AD: hue angle of 140º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A7B9AD is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 185 173 -
CMYK 0.10 0 0.06 0.27
HSL 140º 0.11% 0.69% -
HSV(B) 140º 0.1% 0.73% -
XYZ 40.83 45.93 46.25 -
YUV 178.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 167 185 173 0.10 0 0.06 0.27 140 0.11 0.69
Hex A7 B9 AD A 0 6 1B 8C B 45
Octal 247 271 255 12 0 6 33 214 13 105
Binary 10100111 10111001 10101101 1010 0 110 11011 10001100 1011 1000101

Color Harmonies of #A7B9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B9AD

Black with #A7B9AD

Text Example


Text Example

White with #A7B9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B9AD; }

 p { color: rgb(167,185,173); }

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

background-color css

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

 a { background-color: rgb(167,185,173); }

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

border-color css

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

 span { border-color: rgb(167,185,173); }

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