#AEB729

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

Shades of Bahia #AEB729

Tints of Bahia #AEB729

Color information

#AEB729 (or 0xAEB729) is unknown color: approx Bahia. HEX triplet: AE, B7 and 29. RGB value is (174,183,41). Sum of RGB (Red+Green+Blue) = 174+183+41=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 41 (16.41% from 255 or 10.30% from 398); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB729 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB729 is #5148D6. Grayscale: #A4A4A4. Windows color (decimal): -5327063 or 2733998. OLE color: 2733998.

HSL color Cylindrical-coordinate representation of color #AEB729: hue angle of 63.8º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AEB729 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB17418341-
CMYK0.0500.780.28
HSL63.8º63.39%43.92%-
HSV(B)63.8º77.6%71.76%-
XYZ34.7943.038.57-
YUV164.1258.52135.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.72%
GREEN value IS 183 (71.88% from 255) = 45.98%
BLUE value IS 41 (16.41% from 255) = 10.30%
R=43.72%
G=45.98%
B=10.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174183410.0500.780.2863.863.3943.92
HexAEB729504E1C403f2c
Octal2562675150116341007754
Binary101011101011011110100110101001110111001000000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB729; }

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

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

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

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

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

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

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

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