Html Css Color HEX #A5B7A9 Gum Leaf

📋 copy color: '#A5B7A9'

red 165 ◦ green 183 ◦ blue 169

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

Shades of Gum Leaf #A5B7A9

Tints of Gum Leaf #A5B7A9

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.4%

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

R = 31.91%
G = 35.4%
B = 32.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#A5B7A9 (or 0xA5B7A9) is known color: Gum Leaf. HEX triplet: A5, B7 and A9. RGB value is (165,183,169). Sum of RGB (Red+Green+Blue) = 165+183+169=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B7A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B7A9 is #5A4856. Grayscale: #B0B0B0. Windows color (decimal): -5916759 or 11122597. OLE color: 11122597.

HSL color Cylindrical-coordinate representation of color #A5B7A9: hue angle of 133.33º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5B7A9 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 183 169 -
CMYK 0.10 0 0.08 0.28
HSL 133.33º 0.11% 0.68% -
HSV(B) 133.33º 0.1% 0.72% -
XYZ 39.61 44.73 44.08 -
YUV 176.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 165 183 169 0.10 0 0.08 0.28 133.33 0.11 0.68
Hex A5 B7 A9 A 0 8 1C 85 B 44
Octal 245 267 251 12 0 10 34 205 13 104
Binary 10100101 10110111 10101001 1010 0 1000 11100 10000101 1011 1000100

Color Harmonies of #A5B7A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B7A9

Black with #A5B7A9

Text Example


Text Example

White with #A5B7A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B7A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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