#A0AE2A

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

Shades of Bahia #A0AE2A

Tints of Bahia #A0AE2A

Color information

#A0AE2A (or 0xA0AE2A) is unknown color: approx Bahia. HEX triplet: A0, AE and 2A. RGB value is (160,174,42). Sum of RGB (Red+Green+Blue) = 160+174+42=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AE2A is #5F51D5. Grayscale: #9B9B9B. Windows color (decimal): -6246870 or 2797216. OLE color: 2797216.

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

Color convert

RGB16017442-
CMYK0.0800.760.32
HSL66.36º61.11%42.35%-
HSV(B)66.36º75.86%68.24%-
XYZ30.0537.917.92-
YUV154.7764.36131.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.55%
GREEN value IS 174 (68.36% from 255) = 46.28%
BLUE value IS 42 (16.80% from 255) = 11.17%
R=42.55%
G=46.28%
B=11.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160174420.0800.760.3266.3661.1142.35
HexA0AE2A804C20423d2a
Octal24025652100114401027552
Binary10100000101011101010101000010011001000001000010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AE2A; }

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

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

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

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

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

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

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

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