#A8CAAE

Color #A8CAAE Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #A8CAAE

Tints of Gum Leaf #A8CAAE

Color information

#A8CAAE (or 0xA8CAAE) is unknown color: approx Gum Leaf. HEX triplet: A8, CA and AE. RGB value is (168,202,174). Sum of RGB (Red+Green+Blue) = 168+202+174=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CAAE is #573551. Grayscale: #BCBCBC. Windows color (decimal): -5715282 or 11455144. OLE color: 11455144.

HSL color Cylindrical-coordinate representation of color #A8CAAE: hue angle of 130.59º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CAAE is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB168202174-
CMYK0.1700.140.21
HSL130.59º24.29%72.55%-
HSV(B)130.59º16.83%79.22%-
XYZ44.9153.6248.03-
YUV188.64119.74113.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.88%
GREEN value IS 202 (79.30% from 255) = 37.13%
BLUE value IS 174 (68.36% from 255) = 31.99%
R=30.88%
G=37.13%
B=31.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1682021740.1700.140.21130.5924.2972.55
HexA8CAAE110E15831849
Octal250312256210162520330111
Binary10101000110010101010111010001011101010110000011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CAAE; }

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

 H1.HeaderClassName
 {
   color: #A8CAAE;
 }
 .AnyTagClassName
 {
   color: #A8CAAE;
 }
</style>
background-color css

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

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

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

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

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

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