#AAAF20

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

Shades of Bahia #AAAF20

Tints of Bahia #AAAF20

Color information

#AAAF20 (or 0xAAAF20) is unknown color: approx Bahia. HEX triplet: AA, AF and 20. RGB value is (170,175,32). Sum of RGB (Red+Green+Blue) = 170+175+32=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAF20 is #5550DF. Grayscale: #9D9D9D. Windows color (decimal): -5591264 or 2142122. OLE color: 2142122.

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

Color convert

RGB17017532-
CMYK0.0300.820.31
HSL62.1º69.08%40.59%-
HSV(B)62.1º81.71%68.63%-
XYZ32.1739.317.26-
YUV157.257.34137.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 175 (68.75% from 255) = 46.42%
BLUE value IS 32 (12.89% from 255) = 8.49%
R=45.09%
G=46.42%
B=8.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170175320.0300.820.3162.169.0840.59
HexAAAF2030521F3e4529
Octal2522574030122377610551
Binary10101010101011111000001101010010111111111101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF20; }

 p { color: rgb(170,175,32); }

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

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

 a { background-color: rgb(170,175,32); }

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

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

 span { border-color: rgb(170,175,32); }

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