#AFA549

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

Shades of Brass #AFA549

Tints of Brass #AFA549

Color information

#AFA549 (or 0xAFA549) is unknown color: approx Brass. HEX triplet: AF, A5 and 49. RGB value is (175,165,73). Sum of RGB (Red+Green+Blue) = 175+165+73=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA549 is #505AB6. Grayscale: #9D9D9D. Windows color (decimal): -5266103 or 4826543. OLE color: 4826543.

HSL color Cylindrical-coordinate representation of color #AFA549: hue angle of 54.12º 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 #AFA549 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17516573-
CMYK00.060.580.31
HSL54.12º41.13%48.63%-
HSV(B)54.12º58.29%68.63%-
XYZ32.3436.5111.65-
YUV157.580.31140.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 165 (64.84% from 255) = 39.95%
BLUE value IS 73 (28.91% from 255) = 17.68%
R=42.37%
G=39.95%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751657300.060.580.3154.1241.1348.63
HexAFA549063A1F362931
Octal257245111067237665161
Binary10101111101001011001001011011101011111110110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA549; }

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

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

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

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

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

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

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

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