#AEB329

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

Shades of Bahia #AEB329

Tints of Bahia #AEB329

Color information

#AEB329 (or 0xAEB329) is unknown color: approx Bahia. HEX triplet: AE, B3 and 29. RGB value is (174,179,41). Sum of RGB (Red+Green+Blue) = 174+179+41=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 41 (16.41% from 255 or 10.41% from 394); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB329 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB329 is #514CD6. Grayscale: #A2A2A2. Windows color (decimal): -5328087 or 2732974. OLE color: 2732974.

HSL color Cylindrical-coordinate representation of color #AEB329: hue angle of 62.17º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AEB329 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB17417941-
CMYK0.0300.770.30
HSL62.17º62.73%43.14%-
HSV(B)62.17º77.09%70.2%-
XYZ33.9841.48.3-
YUV161.7759.84136.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.16%
GREEN value IS 179 (70.31% from 255) = 45.43%
BLUE value IS 41 (16.41% from 255) = 10.41%
R=44.16%
G=45.43%
B=10.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal174179410.0300.770.3062.1762.7343.14
HexAEB329304D1E3e3f2b
Octal256263513011536767753
Binary1010111010110011101001110100110111110111110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB329; }

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

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

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

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

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

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

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

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