#A1AD41

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

Shades of Celery #A1AD41

Tints of Celery #A1AD41

Color information

#A1AD41 (or 0xA1AD41) is unknown color: approx Celery. HEX triplet: A1, AD and 41. RGB value is (161,173,65). Sum of RGB (Red+Green+Blue) = 161+173+65=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AD41 is #5E52BE. Grayscale: #9D9D9D. Windows color (decimal): -6181567 or 4304289. OLE color: 4304289.

HSL color Cylindrical-coordinate representation of color #A1AD41: hue angle of 66.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1AD41 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB16117365-
CMYK0.0700.620.32
HSL66.67º45.38%46.67%-
HSV(B)66.67º62.43%67.84%-
XYZ30.637.8510.69-
YUV157.176.02130.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.35%
GREEN value IS 173 (67.97% from 255) = 43.36%
BLUE value IS 65 (25.78% from 255) = 16.29%
R=40.35%
G=43.36%
B=16.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161173650.0700.620.3266.6745.3846.67
HexA1AD41703E20432d2f
Octal2412551017076401035557
Binary1010000110101101100000111101111101000001000011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AD41; }

 p { color: rgb(161,173,65); }

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

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

 a { background-color: rgb(161,173,65); }

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

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

 span { border-color: rgb(161,173,65); }

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