Html Css Color HEX #A8C9AE Gum Leaf

📋 copy color: '#A8C9AE'

red 168 ◦ green 201 ◦ blue 174

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

Shades of Gum Leaf #A8C9AE

Tints of Gum Leaf #A8C9AE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.02%

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

R = 30.94%
G = 37.02%
B = 32.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#A8C9AE (or 0xA8C9AE) is known color: Gum Leaf. HEX triplet: A8, C9 and AE. RGB value is (168,201,174). Sum of RGB (Red+Green+Blue) = 168+201+174=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C9AE is #573651. Grayscale: #BCBCBC. Windows color (decimal): -5715538 or 11454888. OLE color: 11454888.

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

Color convert

RGB 168 201 174 -
CMYK 0.16 0 0.13 0.21
HSL 130.91º 0.23% 0.72% -
HSV(B) 130.91º 0.16% 0.79% -
XYZ 44.68 53.15 47.95 -
YUV 188.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 168 201 174 0.16 0 0.13 0.21 130.91 0.23 0.72
Hex A8 C9 AE 10 0 D 15 83 17 48
Octal 250 311 256 20 0 15 25 203 27 110
Binary 10101000 11001001 10101110 10000 0 1101 10101 10000011 10111 1001000

Color Harmonies of #A8C9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C9AE

Black with #A8C9AE

Text Example


Text Example

White with #A8C9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C9AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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