#AAB016

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

Shades of Bahia #AAB016

Tints of Bahia #AAB016

Color information

#AAB016 (or 0xAAB016) is unknown color: approx Bahia. HEX triplet: AA, B0 and 16. RGB value is (170,176,22). Sum of RGB (Red+Green+Blue) = 170+176+22=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB016 is #554FE9. Grayscale: #9D9D9D. Windows color (decimal): -5591018 or 1487018. OLE color: 1487018.

HSL color Cylindrical-coordinate representation of color #AAB016: hue angle of 62.34º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAB016 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB17017622-
CMYK0.0300.880.31
HSL62.34º77.78%38.82%-
HSV(B)62.34º87.5%69.02%-
XYZ32.2539.656.71-
YUV156.6552.01137.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 176 (69.14% from 255) = 47.83%
BLUE value IS 22 (8.98% from 255) = 5.98%
R=46.20%
G=47.83%
B=5.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170176220.0300.880.3162.3477.7838.82
HexAAB01630581F3e4e27
Octal2522602630130377611647
Binary1010101010110000101101101011000111111111101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB016; }

 p { color: rgb(170,176,22); }

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

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

 a { background-color: rgb(170,176,22); }

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

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

 span { border-color: rgb(170,176,22); }

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