#A0AE3E

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

Shades of Celery #A0AE3E

Tints of Celery #A0AE3E

Color information

#A0AE3E (or 0xA0AE3E) is unknown color: approx Celery. HEX triplet: A0, AE and 3E. RGB value is (160,174,62). Sum of RGB (Red+Green+Blue) = 160+174+62=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AE3E is #5F51C1. Grayscale: #9D9D9D. Windows color (decimal): -6246850 or 4107936. OLE color: 4107936.

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

Color convert

RGB16017462-
CMYK0.0800.640.32
HSL67.5º47.46%46.27%-
HSV(B)67.5º64.37%68.24%-
XYZ30.538.0910.3-
YUV157.0574.36130.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.40%
GREEN value IS 174 (68.36% from 255) = 43.94%
BLUE value IS 62 (24.61% from 255) = 15.66%
R=40.40%
G=43.94%
B=15.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160174620.0800.640.3267.547.4646.27
HexA0AE3E804020442f2e
Octal24025676100100401045756
Binary10100000101011101111101000010000001000001000100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AE3E; }

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

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

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

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

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

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

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

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