#A4CAAE

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

Shades of Gum Leaf #A4CAAE

Tints of Gum Leaf #A4CAAE

Color information

#A4CAAE (or 0xA4CAAE) is unknown color: approx Gum Leaf. HEX triplet: A4, CA and AE. RGB value is (164,202,174). Sum of RGB (Red+Green+Blue) = 164+202+174=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CAAE is #5B3551. Grayscale: #BBBBBB. Windows color (decimal): -5977426 or 11455140. OLE color: 11455140.

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

Color convert

RGB164202174-
CMYK0.1900.140.21
HSL135.79º26.39%71.76%-
HSV(B)135.79º18.81%79.22%-
XYZ44.0753.1947.99-
YUV187.45120.41111.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.37%
GREEN value IS 202 (79.30% from 255) = 37.41%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=30.37%
G=37.41%
B=32.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1642021740.1900.140.21135.7926.3971.76
HexA4CAAE130E15881a48
Octal244312256230162521032110
Binary10100100110010101010111010011011101010110001000110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CAAE; }

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

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

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

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

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

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

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

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