#AFAA4A

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

Shades of Brass #AFAA4A

Tints of Brass #AFAA4A

Color information

#AFAA4A (or 0xAFAA4A) is unknown color: approx Brass. HEX triplet: AF, AA and 4A. RGB value is (175,170,74). Sum of RGB (Red+Green+Blue) = 175+170+74=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAA4A is #5055B5. Grayscale: #A0A0A0. Windows color (decimal): -5264822 or 4893359. OLE color: 4893359.

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

Color convert

RGB17517074-
CMYK00.030.580.31
HSL57.03º40.56%48.82%-
HSV(B)57.03º57.71%68.63%-
XYZ33.2938.3612.13-
YUV160.5579.16138.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 74 (29.30% from 255) = 17.66%
R=41.77%
G=40.57%
B=17.66%

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
Decimal1751707400.030.580.3157.0340.5648.82
HexAFAA4A033A1F392931
Octal257252112037237715161
Binary1010111110101010100101001111101011111111001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA4A; }

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

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

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

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

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

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

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

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