#A5AE48

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

Shades of Celery #A5AE48

Tints of Celery #A5AE48

Color information

#A5AE48 (or 0xA5AE48) is unknown color: approx Celery. HEX triplet: A5, AE and 48. RGB value is (165,174,72). Sum of RGB (Red+Green+Blue) = 165+174+72=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AE48 is #5A51B7. Grayscale: #A0A0A0. Windows color (decimal): -5919160 or 4763301. OLE color: 4763301.

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

Color convert

RGB16517472-
CMYK0.0500.590.32
HSL65.29º41.46%48.24%-
HSV(B)65.29º58.62%68.24%-
XYZ31.8238.7411.93-
YUV159.6878.52131.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 174 (68.36% from 255) = 42.34%
BLUE value IS 72 (28.52% from 255) = 17.52%
R=40.15%
G=42.34%
B=17.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165174720.0500.590.3265.2941.4648.24
HexA5AE48503B20412930
Octal2452561105073401015160
Binary1010010110101110100100010101110111000001000001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AE48; }

 p { color: rgb(165,174,72); }

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

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

 a { background-color: rgb(165,174,72); }

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

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

 span { border-color: rgb(165,174,72); }

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