#AFA249

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

Shades of Brass #AFA249

Tints of Brass #AFA249

Color information

#AFA249 (or 0xAFA249) is unknown color: approx Brass. HEX triplet: AF, A2 and 49. RGB value is (175,162,73). Sum of RGB (Red+Green+Blue) = 175+162+73=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA249 is #505DB6. Grayscale: #9C9C9C. Windows color (decimal): -5266871 or 4825775. OLE color: 4825775.

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

Color convert

RGB17516273-
CMYK00.070.580.31
HSL52.35º41.13%48.63%-
HSV(B)52.35º58.29%68.63%-
XYZ31.835.4411.47-
YUV155.7481.31141.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.68%
GREEN value IS 162 (63.67% from 255) = 39.51%
BLUE value IS 73 (28.91% from 255) = 17.80%
R=42.68%
G=39.51%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751627300.070.580.3152.3541.1348.63
HexAFA249073A1F342931
Octal257242111077237645161
Binary10101111101000101001001011111101011111110100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA249; }

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

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

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

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

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

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

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

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