Html Css Color HEX #A8C6AE Gum Leaf

📋 copy color: '#A8C6AE'

red 168 ◦ green 198 ◦ blue 174

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

Shades of Gum Leaf #A8C6AE

Tints of Gum Leaf #A8C6AE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.67%

 BLUE value IS 174 (68.36% from 255) = 32.22%

R = 31.11%
G = 36.67%
B = 32.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#A8C6AE (or 0xA8C6AE) is known color: Gum Leaf. HEX triplet: A8, C6 and AE. RGB value is (168,198,174). Sum of RGB (Red+Green+Blue) = 168+198+174=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C6AE is #573951. Grayscale: #BABABA. Windows color (decimal): -5716306 or 11454120. OLE color: 11454120.

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

Color convert

RGB 168 198 174 -
CMYK 0.15 0 0.12 0.22
HSL 132º 0.21% 0.72% -
HSV(B) 132º 0.15% 0.78% -
XYZ 43.98 51.77 47.72 -
YUV 186.29 121.06 114.95 -
System Red Green Blue C M Y K H S L
Decimal 168 198 174 0.15 0 0.12 0.22 132 0.21 0.72
Hex A8 C6 AE F 0 C 16 84 15 48
Octal 250 306 256 17 0 14 26 204 25 110
Binary 10101000 11000110 10101110 1111 0 1100 10110 10000100 10101 1001000

Color Harmonies of #A8C6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C6AE

Black with #A8C6AE

Text Example


Text Example

White with #A8C6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C6AE; }

 p { color: rgb(168,198,174); }

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

background-color css

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

 a { background-color: rgb(168,198,174); }

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

border-color css

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

 span { border-color: rgb(168,198,174); }

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