#A4AD4A

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

Shades of Celery #A4AD4A

Tints of Celery #A4AD4A

Color information

#A4AD4A (or 0xA4AD4A) is unknown color: approx Celery. HEX triplet: A4, AD and 4A. RGB value is (164,173,74). Sum of RGB (Red+Green+Blue) = 164+173+74=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AD4A is #5B52B5. Grayscale: #9F9F9F. Windows color (decimal): -5984950 or 4894116. OLE color: 4894116.

HSL color Cylindrical-coordinate representation of color #A4AD4A: hue angle of 65.45º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4AD4A is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB16417374-
CMYK0.0500.570.32
HSL65.45º40.08%48.43%-
HSV(B)65.45º57.23%67.84%-
XYZ31.4938.2712.21-
YUV159.0280.02131.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.90%
GREEN value IS 173 (67.97% from 255) = 42.09%
BLUE value IS 74 (29.30% from 255) = 18.00%
R=39.90%
G=42.09%
B=18.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164173740.0500.570.3265.4540.0848.43
HexA4AD4A503920412830
Octal2442551125071401015060
Binary1010010010101101100101010101110011000001000001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AD4A; }

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

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

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

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

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

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

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

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