Html Css Color HEX #A5B9AB Gum Leaf

📋 copy color: '#A5B9AB'

red 165 ◦ green 185 ◦ blue 171

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

Shades of Gum Leaf #A5B9AB

Tints of Gum Leaf #A5B9AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.82%

R = 31.67%
G = 35.51%
B = 32.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#A5B9AB (or 0xA5B9AB) is known color: Gum Leaf. HEX triplet: A5, B9 and AB. RGB value is (165,185,171). Sum of RGB (Red+Green+Blue) = 165+185+171=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B9AB is #5A4654. Grayscale: #B1B1B1. Windows color (decimal): -5916245 or 11254181. OLE color: 11254181.

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

Color convert

RGB 165 185 171 -
CMYK 0.11 0 0.08 0.27
HSL 138º 0.13% 0.69% -
HSV(B) 138º 0.11% 0.73% -
XYZ 40.22 45.64 45.22 -
YUV 177.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 165 185 171 0.11 0 0.08 0.27 138 0.13 0.69
Hex A5 B9 AB B 0 8 1B 8A C 45
Octal 245 271 253 13 0 10 33 212 14 105
Binary 10100101 10111001 10101011 1011 0 1000 11011 10001010 1100 1000101

Color Harmonies of #A5B9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B9AB

Black with #A5B9AB

Text Example


Text Example

White with #A5B9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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