#A0AE29

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

Shades of Bahia #A0AE29

Tints of Bahia #A0AE29

Color information

#A0AE29 (or 0xA0AE29) is unknown color: approx Bahia. HEX triplet: A0, AE and 29. RGB value is (160,174,41). Sum of RGB (Red+Green+Blue) = 160+174+41=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AE29 is #5F51D6. Grayscale: #9B9B9B. Windows color (decimal): -6246871 or 2731680. OLE color: 2731680.

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

Color convert

RGB16017441-
CMYK0.0800.760.32
HSL66.32º61.86%42.16%-
HSV(B)66.32º76.44%68.24%-
XYZ30.0337.917.83-
YUV154.6563.86131.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.67%
GREEN value IS 174 (68.36% from 255) = 46.4%
BLUE value IS 41 (16.41% from 255) = 10.93%
R=42.67%
G=46.4%
B=10.93%

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
Decimal160174410.0800.760.3266.3261.8642.16
HexA0AE29804C20423e2a
Octal24025651100114401027652
Binary10100000101011101010011000010011001000001000010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AE29; }

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

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

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

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

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

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

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

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