#A6CAAE

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

Shades of Gum Leaf #A6CAAE

Tints of Gum Leaf #A6CAAE

Color information

#A6CAAE (or 0xA6CAAE) is unknown color: approx Gum Leaf. HEX triplet: A6, CA and AE. RGB value is (166,202,174). Sum of RGB (Red+Green+Blue) = 166+202+174=542 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.63% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CAAE is #593551. Grayscale: #BCBCBC. Windows color (decimal): -5846354 or 11455142. OLE color: 11455142.

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

Color convert

RGB166202174-
CMYK0.1800.140.21
HSL133.33º25.35%72.16%-
HSV(B)133.33º17.82%79.22%-
XYZ44.4953.448.01-
YUV188.04120.07112.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.63%
GREEN value IS 202 (79.30% from 255) = 37.27%
BLUE value IS 174 (68.36% from 255) = 32.10%
R=30.63%
G=37.27%
B=32.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1662021740.1800.140.21133.3325.3572.16
HexA6CAAE120E15851948
Octal246312256220162520531110
Binary10100110110010101010111010010011101010110000101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CAAE; }

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

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

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

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

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

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

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

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