#A4C1A7

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

Shades of Gum Leaf #A4C1A7

Tints of Gum Leaf #A4C1A7

Color information

#A4C1A7 (or 0xA4C1A7) is unknown color: approx Gum Leaf. HEX triplet: A4, C1 and A7. RGB value is (164,193,167). Sum of RGB (Red+Green+Blue) = 164+193+167=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 167 (65.62% from 255 or 31.87% from 524); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C1A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C1A7 is #5B3E58. Grayscale: #B5B5B5. Windows color (decimal): -5979737 or 10994084. OLE color: 10994084.

HSL color Cylindrical-coordinate representation of color #A4C1A7: hue angle of 126.21º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4C1A7 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB164193167-
CMYK0.1500.130.24
HSL126.21º18.95%70%-
HSV(B)126.21º15.03%75.69%-
XYZ41.3548.8243.8-
YUV181.36119.89115.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 193 (75.78% from 255) = 36.83%
BLUE value IS 167 (65.62% from 255) = 31.87%
R=31.30%
G=36.83%
B=31.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641931670.1500.130.24126.2118.9570
HexA4C1A7F0D187e1346
Octal244301247170153017623106
Binary101001001100000110100111111101101110001111110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C1A7; }

 p { color: rgb(164,193,167); }

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

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

 a { background-color: rgb(164,193,167); }

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

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

 span { border-color: rgb(164,193,167); }

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