#a4ae48

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

Shades of Celery #A4AE48

Tints of Celery #A4AE48

Color information

#A4AE48 (or 0xA4AE48) is unknown color: approx Celery. HEX triplet: A4, AE and 48. RGB value is (164,174,72). Sum of RGB (Red+Green+Blue) = 164+174+72=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AE48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AE48 is #5B51B7. Grayscale: #9F9F9F. Windows color (decimal): -5984696 or 4763300. OLE color: 4763300.

HSL color Cylindrical-coordinate representation of color #A4AE48: hue angle of 65.88º 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 #A4AE48 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB16417472-
CMYK0.0600.590.32
HSL65.88º41.46%48.24%-
HSV(B)65.88º58.62%68.24%-
XYZ31.6238.6311.92-
YUV159.3878.69131.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40%
GREEN value IS 174 (68.36% from 255) = 42.44%
BLUE value IS 72 (28.52% from 255) = 17.56%
R=40%
G=42.44%
B=17.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164174720.0600.590.3265.8841.4648.24
HexA4AE48603B20422930
Octal2442561106073401025160
Binary1010010010101110100100011001110111000001000010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4ae48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4ae48; }

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

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

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

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

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

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

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

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