Html Css Color HEX #A5B9A9 Gum Leaf

📋 copy color: '#A5B9A9'

red 165 ◦ green 185 ◦ blue 169

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

Shades of Gum Leaf #A5B9A9

Tints of Gum Leaf #A5B9A9

RGB

 RED value IS 165 (64.84% from 255) = 31.79%

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

 BLUE value IS 169 (66.41% from 255) = 32.56%

R = 31.79%
G = 35.65%
B = 32.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#A5B9A9 (or 0xA5B9A9) is known color: Gum Leaf. HEX triplet: A5, B9 and A9. RGB value is (165,185,169). Sum of RGB (Red+Green+Blue) = 165+185+169=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B9A9 is #5A4656. Grayscale: #B1B1B1. Windows color (decimal): -5916247 or 11123109. OLE color: 11123109.

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

Color convert

RGB 165 185 169 -
CMYK 0.11 0 0.09 0.27
HSL 132º 0.13% 0.69% -
HSV(B) 132º 0.11% 0.73% -
XYZ 40.03 45.56 44.22 -
YUV 177.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 165 185 169 0.11 0 0.09 0.27 132 0.13 0.69
Hex A5 B9 A9 B 0 9 1B 84 C 45
Octal 245 271 251 13 0 11 33 204 14 105
Binary 10100101 10111001 10101001 1011 0 1001 11011 10000100 1100 1000101

Color Harmonies of #A5B9A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B9A9

Black with #A5B9A9

Text Example


Text Example

White with #A5B9A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B9A9; }

 p { color: rgb(165,185,169); }

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

background-color css

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

 a { background-color: rgb(165,185,169); }

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

border-color css

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

 span { border-color: rgb(165,185,169); }

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