#AAB732

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

Shades of Bahia #AAB732

Tints of Bahia #AAB732

Color information

#AAB732 (or 0xAAB732) is unknown color: approx Bahia. HEX triplet: AA, B7 and 32. RGB value is (170,183,50). Sum of RGB (Red+Green+Blue) = 170+183+50=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB732 is #5548CD. Grayscale: #A4A4A4. Windows color (decimal): -5589198 or 3323818. OLE color: 3323818.

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

Color convert

RGB17018350-
CMYK0.0700.730.28
HSL65.86º57.08%45.69%-
HSV(B)65.86º72.68%71.76%-
XYZ34.0942.649.45-
YUV163.9563.69132.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 183 (71.88% from 255) = 45.41%
BLUE value IS 50 (19.92% from 255) = 12.41%
R=42.18%
G=45.41%
B=12.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170183500.0700.730.2865.8657.0845.69
HexAAB73270491C42392e
Octal2522676270111341027156
Binary101010101011011111001011101001001111001000010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB732; }

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

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

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

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

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

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

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

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