Html Css Color HEX #A8C5AA Gum Leaf

📋 copy color: '#A8C5AA'

red 168 ◦ green 197 ◦ blue 170

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

Shades of Gum Leaf #A8C5AA

Tints of Gum Leaf #A8C5AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.78%

R = 31.4%
G = 36.82%
B = 31.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#A8C5AA (or 0xA8C5AA) is known color: Gum Leaf. HEX triplet: A8, C5 and AA. RGB value is (168,197,170). Sum of RGB (Red+Green+Blue) = 168+197+170=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C5AA is #573A55. Grayscale: #B9B9B9. Windows color (decimal): -5716566 or 11191720. OLE color: 11191720.

HSL color Cylindrical-coordinate representation of color #A8C5AA: hue angle of 124.14º 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 #A8C5AA is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 197 170 -
CMYK 0.15 0 0.14 0.23
HSL 124.14º 0.2% 0.72% -
HSV(B) 124.14º 0.15% 0.77% -
XYZ 43.37 51.16 45.62 -
YUV 185.25 119.39 115.7 -
System Red Green Blue C M Y K H S L
Decimal 168 197 170 0.15 0 0.14 0.23 124.14 0.2 0.72
Hex A8 C5 AA F 0 E 17 7C 14 48
Octal 250 305 252 17 0 16 27 174 24 110
Binary 10101000 11000101 10101010 1111 0 1110 10111 1111100 10100 1001000

Color Harmonies of #A8C5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C5AA

Black with #A8C5AA

Text Example


Text Example

White with #A8C5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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