#aaaf1f

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

Shades of Bahia #AAAF1F

Tints of Bahia #AAAF1F

Color information

#AAAF1F (or 0xAAAF1F) is unknown color: approx Bahia. HEX triplet: AA, AF and 1F. RGB value is (170,175,31). Sum of RGB (Red+Green+Blue) = 170+175+31=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAF1F is #5550E0. Grayscale: #9D9D9D. Windows color (decimal): -5591265 or 2076586. OLE color: 2076586.

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

Color convert

RGB17017531-
CMYK0.0300.820.31
HSL62.08º69.9%40.39%-
HSV(B)62.08º82.29%68.63%-
XYZ32.1539.37.19-
YUV157.0956.84137.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.21%
GREEN value IS 175 (68.75% from 255) = 46.54%
BLUE value IS 31 (12.5% from 255) = 8.24%
R=45.21%
G=46.54%
B=8.24%

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
Decimal170175310.0300.820.3162.0869.940.39
HexAAAF1F30521F3e4628
Octal2522573730122377610650
Binary1010101010101111111111101010010111111111101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aaaf1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aaaf1f; }

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

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

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

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

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

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

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

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