#A0AE47

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

Shades of Celery #A0AE47

Tints of Celery #A0AE47

Color information

#A0AE47 (or 0xA0AE47) is unknown color: approx Celery. HEX triplet: A0, AE and 47. RGB value is (160,174,71). Sum of RGB (Red+Green+Blue) = 160+174+71=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AE47 is #5F51B8. Grayscale: #9E9E9E. Windows color (decimal): -6246841 or 4697760. OLE color: 4697760.

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

Color convert

RGB16017471-
CMYK0.0800.590.32
HSL68.16º42.04%48.04%-
HSV(B)68.16º59.2%68.24%-
XYZ30.7738.211.71-
YUV158.0778.86129.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.51%
GREEN value IS 174 (68.36% from 255) = 42.96%
BLUE value IS 71 (28.12% from 255) = 17.53%
R=39.51%
G=42.96%
B=17.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160174710.0800.590.3268.1642.0448.04
HexA0AE47803B20442a30
Octal24025610710073401045260
Binary10100000101011101000111100001110111000001000100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AE47; }

 p { color: rgb(160,174,71); }

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

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

 a { background-color: rgb(160,174,71); }

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

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

 span { border-color: rgb(160,174,71); }

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