Html Css Color HEX #A5C4AD Gum Leaf

📋 copy color: '#A5C4AD'

red 165 ◦ green 196 ◦ blue 173

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

Shades of Gum Leaf #A5C4AD

Tints of Gum Leaf #A5C4AD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.7%

 BLUE value IS 173 (67.97% from 255) = 32.4%

R = 30.9%
G = 36.7%
B = 32.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#A5C4AD (or 0xA5C4AD) is known color: Gum Leaf. HEX triplet: A5, C4 and AD. RGB value is (165,196,173). Sum of RGB (Red+Green+Blue) = 165+196+173=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C4AD is #5A3B52. Grayscale: #B8B8B8. Windows color (decimal): -5913427 or 11388069. OLE color: 11388069.

HSL color Cylindrical-coordinate representation of color #A5C4AD: hue angle of 135.48º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5C4AD is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 196 173 -
CMYK 0.16 0 0.12 0.23
HSL 135.48º 0.21% 0.71% -
HSV(B) 135.48º 0.16% 0.77% -
XYZ 42.8 50.5 47.03 -
YUV 184.11 121.73 114.37 -
System Red Green Blue C M Y K H S L
Decimal 165 196 173 0.16 0 0.12 0.23 135.48 0.21 0.71
Hex A5 C4 AD 10 0 C 17 87 15 47
Octal 245 304 255 20 0 14 27 207 25 107
Binary 10100101 11000100 10101101 10000 0 1100 10111 10000111 10101 1000111

Color Harmonies of #A5C4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C4AD

Black with #A5C4AD

Text Example


Text Example

White with #A5C4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C4AD; }

 p { color: rgb(165,196,173); }

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

background-color css

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

 a { background-color: rgb(165,196,173); }

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

border-color css

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

 span { border-color: rgb(165,196,173); }

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