#AEB731

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

Shades of Bahia #AEB731

Tints of Bahia #AEB731

Color information

#AEB731 (or 0xAEB731) is unknown color: approx Bahia. HEX triplet: AE, B7 and 31. RGB value is (174,183,49). Sum of RGB (Red+Green+Blue) = 174+183+49=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 49 (19.53% from 255 or 12.07% from 406); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB731 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB731 is #5148CE. Grayscale: #A5A5A5. Windows color (decimal): -5327055 or 3258286. OLE color: 3258286.

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

Color convert

RGB17418349-
CMYK0.0500.730.28
HSL64.03º57.76%45.49%-
HSV(B)64.03º73.22%71.76%-
XYZ34.9443.099.38-
YUV165.0362.52134.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 183 (71.88% from 255) = 45.07%
BLUE value IS 49 (19.53% from 255) = 12.07%
R=42.86%
G=45.07%
B=12.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174183490.0500.730.2864.0357.7645.49
HexAEB73150491C403a2d
Octal2562676150111341007255
Binary101011101011011111000110101001001111001000000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB731; }

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

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

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

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

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

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

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

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