#AEB723

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

Shades of Bahia #AEB723

Tints of Bahia #AEB723

Color information

#AEB723 (or 0xAEB723) is unknown color: approx Bahia. HEX triplet: AE, B7 and 23. RGB value is (174,183,35). Sum of RGB (Red+Green+Blue) = 174+183+35=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 35 (14.06% from 255 or 8.93% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB723 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB723 is #5148DC. Grayscale: #A4A4A4. Windows color (decimal): -5327069 or 2340782. OLE color: 2340782.

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

Color convert

RGB17418335-
CMYK0.0500.810.28
HSL63.65º67.89%42.75%-
HSV(B)63.65º80.87%71.76%-
XYZ34.6942.998.06-
YUV163.4455.52135.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.39%
GREEN value IS 183 (71.88% from 255) = 46.68%
BLUE value IS 35 (14.06% from 255) = 8.93%
R=44.39%
G=46.68%
B=8.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174183350.0500.810.2863.6567.8942.75
HexAEB72350511C40442b
Octal25626743501213410010453
Binary1010111010110111100011101010100011110010000001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB723; }

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

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

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

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

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

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

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

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