Html Css Color HEX #A5B4A7 Gum Leaf

📋 copy color: '#A5B4A7'

red 165 ◦ green 180 ◦ blue 167

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

Shades of Gum Leaf #A5B4A7

Tints of Gum Leaf #A5B4A7

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.16%

 BLUE value IS 167 (65.63% from 255) = 32.62%

R = 32.23%
G = 35.16%
B = 32.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#A5B4A7 (or 0xA5B4A7) is known color: Gum Leaf. HEX triplet: A5, B4 and A7. RGB value is (165,180,167). Sum of RGB (Red+Green+Blue) = 165+180+167=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 167 (65.62% from 255 or 32.62% from 512); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B4A7 is #5A4B58. Grayscale: #AEAEAE. Windows color (decimal): -5917529 or 10990757. OLE color: 10990757.

HSL color Cylindrical-coordinate representation of color #A5B4A7: hue angle of 128º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A5B4A7 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 180 167 -
CMYK 0.08 0 0.07 0.29
HSL 128º 0.09% 0.68% -
HSV(B) 128º 0.08% 0.71% -
XYZ 38.81 43.43 42.9 -
YUV 174.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 165 180 167 0.08 0 0.07 0.29 128 0.09 0.68
Hex A5 B4 A7 8 0 7 1D 80 9 44
Octal 245 264 247 10 0 7 35 200 11 104
Binary 10100101 10110100 10100111 1000 0 111 11101 10000000 1001 1000100

Color Harmonies of #A5B4A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B4A7

Black with #A5B4A7

Text Example


Text Example

White with #A5B4A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B4A7; }

 p { color: rgb(165,180,167); }

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

background-color css

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

 a { background-color: rgb(165,180,167); }

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

border-color css

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

 span { border-color: rgb(165,180,167); }

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