#A4C1AD

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

Shades of Gum Leaf #A4C1AD

Tints of Gum Leaf #A4C1AD

Color information

#A4C1AD (or 0xA4C1AD) is unknown color: approx Gum Leaf. HEX triplet: A4, C1 and AD. RGB value is (164,193,173). Sum of RGB (Red+Green+Blue) = 164+193+173=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C1AD is #5B3E52. Grayscale: #B6B6B6. Windows color (decimal): -5979731 or 11387300. OLE color: 11387300.

HSL color Cylindrical-coordinate representation of color #A4C1AD: hue angle of 138.62º 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 #A4C1AD is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB164193173-
CMYK0.1500.100.24
HSL138.62º18.95%70%-
HSV(B)138.62º15.03%75.69%-
XYZ41.9249.0546.79-
YUV182.05122.89115.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.94%
GREEN value IS 193 (75.78% from 255) = 36.42%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=30.94%
G=36.42%
B=32.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641931730.1500.100.24138.6218.9570
HexA4C1ADF0A188b1346
Octal244301255170123021323106
Binary1010010011000001101011011111010101100010001011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C1AD; }

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

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

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

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

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

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

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

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