Html Css Color HEX #A5BBAA Gum Leaf

📋 copy color: '#A5BBAA'

red 165 ◦ green 187 ◦ blue 170

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

Shades of Gum Leaf #A5BBAA

Tints of Gum Leaf #A5BBAA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.82%

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

R = 31.61%
G = 35.82%
B = 32.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#A5BBAA (or 0xA5BBAA) is known color: Gum Leaf. HEX triplet: A5, BB and AA. RGB value is (165,187,170). Sum of RGB (Red+Green+Blue) = 165+187+170=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BBAA is #5A4455. Grayscale: #B2B2B2. Windows color (decimal): -5915734 or 11189157. OLE color: 11189157.

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

Color convert

RGB 165 187 170 -
CMYK 0.12 0 0.09 0.27
HSL 133.64º 0.14% 0.69% -
HSV(B) 133.64º 0.12% 0.73% -
XYZ 40.54 46.44 44.86 -
YUV 178.48 123.21 118.38 -
System Red Green Blue C M Y K H S L
Decimal 165 187 170 0.12 0 0.09 0.27 133.64 0.14 0.69
Hex A5 BB AA C 0 9 1B 86 E 45
Octal 245 273 252 14 0 11 33 206 16 105
Binary 10100101 10111011 10101010 1100 0 1001 11011 10000110 1110 1000101

Color Harmonies of #A5BBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BBAA

Black with #A5BBAA

Text Example


Text Example

White with #A5BBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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