Html Css Color HEX #A8C5AD Gum Leaf

📋 copy color: '#A8C5AD'

red 168 ◦ green 197 ◦ blue 173

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

Shades of Gum Leaf #A8C5AD

Tints of Gum Leaf #A8C5AD

RGB

 RED value IS 168 (66.02% from 255) = 31.23%

 GREEN value IS 197 (77.34% from 255) = 36.62%

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

R = 31.23%
G = 36.62%
B = 32.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#A8C5AD (or 0xA8C5AD) is known color: Gum Leaf. HEX triplet: A8, C5 and AD. RGB value is (168,197,173). Sum of RGB (Red+Green+Blue) = 168+197+173=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C5AD is #573A52. Grayscale: #B9B9B9. Windows color (decimal): -5716563 or 11388328. OLE color: 11388328.

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

Color convert

RGB 168 197 173 -
CMYK 0.15 0 0.12 0.23
HSL 130.34º 0.2% 0.72% -
HSV(B) 130.34º 0.15% 0.77% -
XYZ 43.66 51.27 47.13 -
YUV 185.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 168 197 173 0.15 0 0.12 0.23 130.34 0.2 0.72
Hex A8 C5 AD F 0 C 17 82 14 48
Octal 250 305 255 17 0 14 27 202 24 110
Binary 10101000 11000101 10101101 1111 0 1100 10111 10000010 10100 1001000

Color Harmonies of #A8C5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C5AD

Black with #A8C5AD

Text Example


Text Example

White with #A8C5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C5AD; }

 p { color: rgb(168,197,173); }

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

background-color css

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

 a { background-color: rgb(168,197,173); }

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

border-color css

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

 span { border-color: rgb(168,197,173); }

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