#A4AC49

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

Shades of Celery #A4AC49

Tints of Celery #A4AC49

Color information

#A4AC49 (or 0xA4AC49) is unknown color: approx Celery. HEX triplet: A4, AC and 49. RGB value is (164,172,73). Sum of RGB (Red+Green+Blue) = 164+172+73=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AC49 is #5B53B6. Grayscale: #9E9E9E. Windows color (decimal): -5985207 or 4828324. OLE color: 4828324.

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

Color convert

RGB16417273-
CMYK0.0500.580.33
HSL64.85º40.41%48.04%-
HSV(B)64.85º57.56%67.45%-
XYZ31.2637.8811.97-
YUV158.3279.85132.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 172 (67.58% from 255) = 42.05%
BLUE value IS 73 (28.91% from 255) = 17.85%
R=40.10%
G=42.05%
B=17.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164172730.0500.580.3364.8540.4148.04
HexA4AC49503A21412830
Octal2442541115072411015060
Binary1010010010101100100100110101110101000011000001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AC49; }

 p { color: rgb(164,172,73); }

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

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

 a { background-color: rgb(164,172,73); }

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

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

 span { border-color: rgb(164,172,73); }

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