#AFA449

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

Shades of Brass #AFA449

Tints of Brass #AFA449

Color information

#AFA449 (or 0xAFA449) is unknown color: approx Brass. HEX triplet: AF, A4 and 49. RGB value is (175,164,73). Sum of RGB (Red+Green+Blue) = 175+164+73=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 73 (28.91% from 255 or 17.72% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA449 is #505BB6. Grayscale: #9D9D9D. Windows color (decimal): -5266359 or 4826287. OLE color: 4826287.

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

Color convert

RGB17516473-
CMYK00.060.580.31
HSL53.53º41.13%48.63%-
HSV(B)53.53º58.29%68.63%-
XYZ32.1636.1511.59-
YUV156.9280.64140.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 164 (64.45% from 255) = 39.81%
BLUE value IS 73 (28.91% from 255) = 17.72%
R=42.48%
G=39.81%
B=17.72%

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
Decimal1751647300.060.580.3153.5341.1348.63
HexAFA449063A1F362931
Octal257244111067237665161
Binary10101111101001001001001011011101011111110110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA449; }

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

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

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

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

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

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

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

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