#A4CDAD

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

Shades of Gum Leaf #A4CDAD

Tints of Gum Leaf #A4CDAD

Color information

#A4CDAD (or 0xA4CDAD) is unknown color: approx Gum Leaf. HEX triplet: A4, CD and AD. RGB value is (164,205,173). Sum of RGB (Red+Green+Blue) = 164+205+173=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CDAD is #5B3252. Grayscale: #BDBDBD. Windows color (decimal): -5976659 or 11390372. OLE color: 11390372.

HSL color Cylindrical-coordinate representation of color #A4CDAD: hue angle of 133.17º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CDAD is Cyan = 0.2, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB164205173-
CMYK0.200.160.20
HSL133.17º29.08%72.35%-
HSV(B)133.17º20%80.39%-
XYZ44.6854.5747.71-
YUV189.09118.92110.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.26%
GREEN value IS 205 (80.47% from 255) = 37.82%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=30.26%
G=37.82%
B=31.92%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642051730.200.160.20133.1729.0872.35
HexA4CDAD1401014851d48
Octal244315255240202420535110
Binary101001001100110110101101101000100001010010000101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CDAD; }

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

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

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

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

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

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

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

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