#AAB713

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

Shades of Bahia #AAB713

Tints of Bahia #AAB713

Color information

#AAB713 (or 0xAAB713) is unknown color: approx Bahia. HEX triplet: AA, B7 and 13. RGB value is (170,183,19). Sum of RGB (Red+Green+Blue) = 170+183+19=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB713 is #5548EC. Grayscale: #A1A1A1. Windows color (decimal): -5589229 or 1292202. OLE color: 1292202.

HSL color Cylindrical-coordinate representation of color #AAB713: hue angle of 64.76º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAB713 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB17018319-
CMYK0.0700.900.28
HSL64.76º81.19%39.61%-
HSV(B)64.76º89.62%71.76%-
XYZ33.6342.467.04-
YUV160.4248.19134.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.70%
GREEN value IS 183 (71.88% from 255) = 49.19%
BLUE value IS 19 (7.81% from 255) = 5.11%
R=45.70%
G=49.19%
B=5.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170183190.0700.900.2864.7681.1939.61
HexAAB713705A1C415128
Octal25226723701323410112150
Binary101010101011011110011111010110101110010000011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB713; }

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

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

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

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

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

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

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

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