#AAB723

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

Shades of Bahia #AAB723

Tints of Bahia #AAB723

Color information

#AAB723 (or 0xAAB723) is unknown color: approx Bahia. HEX triplet: AA, B7 and 23. RGB value is (170,183,35). Sum of RGB (Red+Green+Blue) = 170+183+35=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 35 (14.06% from 255 or 9.02% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB723 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB723 is #5548DC. Grayscale: #A2A2A2. Windows color (decimal): -5589213 or 2340778. OLE color: 2340778.

HSL color Cylindrical-coordinate representation of color #AAB723: hue angle of 65.27º 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 #AAB723 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB17018335-
CMYK0.0700.810.28
HSL65.27º67.89%42.75%-
HSV(B)65.27º80.87%71.76%-
XYZ33.8142.538.02-
YUV162.2456.19133.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.81%
GREEN value IS 183 (71.88% from 255) = 47.16%
BLUE value IS 35 (14.06% from 255) = 9.02%
R=43.81%
G=47.16%
B=9.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170183350.0700.810.2865.2767.8942.75
HexAAB72370511C41442b
Octal25226743701213410110453
Binary1010101010110111100011111010100011110010000011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB723; }

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

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

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

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

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

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

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

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