#A8CCAE

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

Shades of Gum Leaf #A8CCAE

Tints of Gum Leaf #A8CCAE

Color information

#A8CCAE (or 0xA8CCAE) is unknown color: approx Gum Leaf. HEX triplet: A8, CC and AE. RGB value is (168,204,174). Sum of RGB (Red+Green+Blue) = 168+204+174=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CCAE is #573351. Grayscale: #BDBDBD. Windows color (decimal): -5714770 or 11455656. OLE color: 11455656.

HSL color Cylindrical-coordinate representation of color #A8CCAE: hue angle of 130º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CCAE is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB168204174-
CMYK0.1800.150.2
HSL130º26.09%72.94%-
HSV(B)130º17.65%80%-
XYZ45.3854.5748.18-
YUV189.82119.07112.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.77%
GREEN value IS 204 (80.08% from 255) = 37.36%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=30.77%
G=37.36%
B=31.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1682041740.1800.150.213026.0972.94
HexA8CCAE120F14821a49
Octal250314256220172420232111
Binary10101000110011001010111010010011111010010000010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CCAE; }

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

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

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

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

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

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

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

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