#AFA146

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

Shades of Brass #AFA146

Tints of Brass #AFA146

Color information

#AFA146 (or 0xAFA146) is unknown color: approx Brass. HEX triplet: AF, A1 and 46. RGB value is (175,161,70). Sum of RGB (Red+Green+Blue) = 175+161+70=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA146 is #505EB9. Grayscale: #9B9B9B. Windows color (decimal): -5267130 or 4628911. OLE color: 4628911.

HSL color Cylindrical-coordinate representation of color #AFA146: hue angle of 52º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFA146 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17516170-
CMYK00.080.600.31
HSL52º42.86%48.04%-
HSV(B)52º60%68.63%-
XYZ31.5335.0510.9-
YUV154.8180.14142.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 161 (63.28% from 255) = 39.66%
BLUE value IS 70 (27.73% from 255) = 17.24%
R=43.10%
G=39.66%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751617000.080.600.315242.8648.04
HexAFA146083C1F342b30
Octal2572411060107437645360
Binary101011111010000110001100100011110011111110100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA146; }

 p { color: rgb(175,161,70); }

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

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

 a { background-color: rgb(175,161,70); }

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

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

 span { border-color: rgb(175,161,70); }

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