#AFA949

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

Shades of Brass #AFA949

Tints of Brass #AFA949

Color information

#AFA949 (or 0xAFA949) is unknown color: approx Brass. HEX triplet: AF, A9 and 49. RGB value is (175,169,73). Sum of RGB (Red+Green+Blue) = 175+169+73=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA949 is #5056B6. Grayscale: #A0A0A0. Windows color (decimal): -5265079 or 4827567. OLE color: 4827567.

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

Color convert

RGB17516973-
CMYK00.030.580.31
HSL56.47º41.13%48.63%-
HSV(B)56.47º58.29%68.63%-
XYZ33.0737.9711.89-
YUV159.8578.99138.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.97%
GREEN value IS 169 (66.41% from 255) = 40.53%
BLUE value IS 73 (28.91% from 255) = 17.51%
R=41.97%
G=40.53%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751697300.030.580.3156.4741.1348.63
HexAFA949033A1F382931
Octal257251111037237705161
Binary1010111110101001100100101111101011111111000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA949; }

 p { color: rgb(175,169,73); }

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

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

 a { background-color: rgb(175,169,73); }

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

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

 span { border-color: rgb(175,169,73); }

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