#A0AE31

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

Shades of Limerick #A0AE31

Tints of Limerick #A0AE31

Color information

#A0AE31 (or 0xA0AE31) is unknown color: approx Limerick. HEX triplet: A0, AE and 31. RGB value is (160,174,49). Sum of RGB (Red+Green+Blue) = 160+174+49=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AE31 is #5F51CE. Grayscale: #9C9C9C. Windows color (decimal): -6246863 or 3255968. OLE color: 3255968.

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

Color convert

RGB16017449-
CMYK0.0800.720.32
HSL66.72º56.05%43.73%-
HSV(B)66.72º71.84%68.24%-
XYZ30.1937.978.64-
YUV155.5667.86131.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.78%
GREEN value IS 174 (68.36% from 255) = 45.43%
BLUE value IS 49 (19.53% from 255) = 12.79%
R=41.78%
G=45.43%
B=12.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160174490.0800.720.3266.7256.0543.73
HexA0AE3180482043382c
Octal24025661100110401037054
Binary10100000101011101100011000010010001000001000011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AE31; }

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

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

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

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

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

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

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

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