#AAAF3D

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

Shades of Brass #AAAF3D

Tints of Brass #AAAF3D

Color information

#AAAF3D (or 0xAAAF3D) is unknown color: approx Brass. HEX triplet: AA, AF and 3D. RGB value is (170,175,61). Sum of RGB (Red+Green+Blue) = 170+175+61=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAF3D is #5550C2. Grayscale: #A0A0A0. Windows color (decimal): -5591235 or 4042666. OLE color: 4042666.

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

Color convert

RGB17017561-
CMYK0.0300.650.31
HSL62.63º48.31%46.27%-
HSV(B)62.63º65.14%68.63%-
XYZ32.7539.5410.32-
YUV160.5171.84134.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 175 (68.75% from 255) = 43.10%
BLUE value IS 61 (24.22% from 255) = 15.02%
R=41.87%
G=43.10%
B=15.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170175610.0300.650.3162.6348.3146.27
HexAAAF3D30411F3f302e
Octal252257753010137776056
Binary1010101010101111111101110100000111111111111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF3D; }

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

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

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

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

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

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

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

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