Html Css Color HEX #A5BAA9 Gum Leaf

📋 copy color: '#A5BAA9'

red 165 ◦ green 186 ◦ blue 169

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

Shades of Gum Leaf #A5BAA9

Tints of Gum Leaf #A5BAA9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.77%

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

R = 31.73%
G = 35.77%
B = 32.5%

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

#A5BAA9 (or 0xA5BAA9) is known color: Gum Leaf. HEX triplet: A5, BA and A9. RGB value is (165,186,169). Sum of RGB (Red+Green+Blue) = 165+186+169=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 169 (66.41% from 255 or 32.5% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BAA9 is #5A4556. Grayscale: #B1B1B1. Windows color (decimal): -5915991 or 11123365. OLE color: 11123365.

HSL color Cylindrical-coordinate representation of color #A5BAA9: hue angle of 131.43º degrees, saturation: 0.13, 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 #A5BAA9 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 186 169 -
CMYK 0.11 0 0.09 0.27
HSL 131.43º 0.13% 0.69% -
HSV(B) 131.43º 0.11% 0.73% -
XYZ 40.24 45.98 44.29 -
YUV 177.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 165 186 169 0.11 0 0.09 0.27 131.43 0.13 0.69
Hex A5 BA A9 B 0 9 1B 83 D 45
Octal 245 272 251 13 0 11 33 203 15 105
Binary 10100101 10111010 10101001 1011 0 1001 11011 10000011 1101 1000101

Color Harmonies of #A5BAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BAA9

Black with #A5BAA9

Text Example


Text Example

White with #A5BAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BAA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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