#aab431

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

Shades of Bahia #AAB431

Tints of Bahia #AAB431

Color information

#AAB431 (or 0xAAB431) is unknown color: approx Bahia. HEX triplet: AA, B4 and 31. RGB value is (170,180,49). Sum of RGB (Red+Green+Blue) = 170+180+49=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB431 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB431 is #554BCE. Grayscale: #A2A2A2. Windows color (decimal): -5589967 or 3257514. OLE color: 3257514.

HSL color Cylindrical-coordinate representation of color #AAB431: hue angle of 64.58º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAB431 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB17018049-
CMYK0.0600.730.29
HSL64.58º57.21%44.9%-
HSV(B)64.58º72.78%70.59%-
XYZ33.4541.419.14-
YUV162.0864.19133.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 180 (70.70% from 255) = 45.11%
BLUE value IS 49 (19.53% from 255) = 12.28%
R=42.61%
G=45.11%
B=12.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170180490.0600.730.2964.5857.2144.9
HexAAB43160491D41392d
Octal2522646160111351017155
Binary101010101011010011000111001001001111011000001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aab431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aab431; }

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

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

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

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

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

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

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

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