#A4AD45

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

Shades of Celery #A4AD45

Tints of Celery #A4AD45

Color information

#A4AD45 (or 0xA4AD45) is unknown color: approx Celery. HEX triplet: A4, AD and 45. RGB value is (164,173,69). Sum of RGB (Red+Green+Blue) = 164+173+69=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AD45 is #5B52BA. Grayscale: #9E9E9E. Windows color (decimal): -5984955 or 4566436. OLE color: 4566436.

HSL color Cylindrical-coordinate representation of color #A4AD45: hue angle of 65.19º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4AD45 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB16417369-
CMYK0.0500.600.32
HSL65.19º42.98%47.45%-
HSV(B)65.19º60.12%67.84%-
XYZ31.3338.2111.35-
YUV158.4577.52131.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.39%
GREEN value IS 173 (67.97% from 255) = 42.61%
BLUE value IS 69 (27.34% from 255) = 17.00%
R=40.39%
G=42.61%
B=17.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164173690.0500.600.3265.1942.9847.45
HexA4AD45503C20412b2f
Octal2442551055074401015357
Binary1010010010101101100010110101111001000001000001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AD45; }

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

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

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

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

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

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

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

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