#AAB731

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

Shades of Bahia #AAB731

Tints of Bahia #AAB731

Color information

#AAB731 (or 0xAAB731) is unknown color: approx Bahia. HEX triplet: AA, B7 and 31. RGB value is (170,183,49). Sum of RGB (Red+Green+Blue) = 170+183+49=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 49 (19.53% from 255 or 12.19% from 402); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB731 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB731 is #5548CE. Grayscale: #A4A4A4. Windows color (decimal): -5589199 or 3258282. OLE color: 3258282.

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

Color convert

RGB17018349-
CMYK0.0700.730.28
HSL65.82º57.76%45.49%-
HSV(B)65.82º73.22%71.76%-
XYZ34.0742.639.34-
YUV163.8463.19132.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 183 (71.88% from 255) = 45.52%
BLUE value IS 49 (19.53% from 255) = 12.19%
R=42.29%
G=45.52%
B=12.19%

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
Decimal170183490.0700.730.2865.8257.7645.49
HexAAB73170491C423a2d
Octal2522676170111341027255
Binary101010101011011111000111101001001111001000010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB731; }

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

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

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

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

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

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

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

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