#A2AC48

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

Shades of Celery #A2AC48

Tints of Celery #A2AC48

Color information

#A2AC48 (or 0xA2AC48) is unknown color: approx Celery. HEX triplet: A2, AC and 48. RGB value is (162,172,72). Sum of RGB (Red+Green+Blue) = 162+172+72=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AC48 is #5D53B7. Grayscale: #9D9D9D. Windows color (decimal): -6116280 or 4762786. OLE color: 4762786.

HSL color Cylindrical-coordinate representation of color #A2AC48: hue angle of 66º degrees, saturation: 0.41, 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 #A2AC48 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB16217272-
CMYK0.0600.580.33
HSL66º40.98%47.84%-
HSV(B)66º58.14%67.45%-
XYZ30.8237.6511.77-
YUV157.6179.69131.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 172 (67.58% from 255) = 42.36%
BLUE value IS 72 (28.52% from 255) = 17.73%
R=39.90%
G=42.36%
B=17.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162172720.0600.580.336640.9847.84
HexA2AC48603A21422930
Octal2422541106072411025160
Binary1010001010101100100100011001110101000011000010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AC48; }

 p { color: rgb(162,172,72); }

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

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

 a { background-color: rgb(162,172,72); }

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

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

 span { border-color: rgb(162,172,72); }

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