Html Css Color HEX #A5BAAA Gum Leaf

📋 copy color: '#A5BAAA'

red 165 ◦ green 186 ◦ blue 170

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

Shades of Gum Leaf #A5BAAA

Tints of Gum Leaf #A5BAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.63%

R = 31.67%
G = 35.7%
B = 32.63%

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

#A5BAAA (or 0xA5BAAA) is known color: Gum Leaf. HEX triplet: A5, BA and AA. RGB value is (165,186,170). Sum of RGB (Red+Green+Blue) = 165+186+170=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BAAA is #5A4555. Grayscale: #B1B1B1. Windows color (decimal): -5915990 or 11188901. OLE color: 11188901.

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

Color convert

RGB 165 186 170 -
CMYK 0.11 0 0.09 0.27
HSL 134.29º 0.13% 0.69% -
HSV(B) 134.29º 0.11% 0.73% -
XYZ 40.33 46.02 44.79 -
YUV 177.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 165 186 170 0.11 0 0.09 0.27 134.29 0.13 0.69
Hex A5 BA AA B 0 9 1B 86 D 45
Octal 245 272 252 13 0 11 33 206 15 105
Binary 10100101 10111010 10101010 1011 0 1001 11011 10000110 1101 1000101

Color Harmonies of #A5BAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BAAA

Black with #A5BAAA

Text Example


Text Example

White with #A5BAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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