#AFA946

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

Shades of Brass #AFA946

Tints of Brass #AFA946

Color information

#AFA946 (or 0xAFA946) is unknown color: approx Brass. HEX triplet: AF, A9 and 46. RGB value is (175,169,70). Sum of RGB (Red+Green+Blue) = 175+169+70=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA946 is #5056B9. Grayscale: #9F9F9F. Windows color (decimal): -5265082 or 4630959. OLE color: 4630959.

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

Color convert

RGB17516970-
CMYK00.030.600.31
HSL56.57º42.86%48.04%-
HSV(B)56.57º60%68.63%-
XYZ32.9737.9311.38-
YUV159.5177.49139.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 169 (66.41% from 255) = 40.82%
BLUE value IS 70 (27.73% from 255) = 16.91%
R=42.27%
G=40.82%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751697000.030.600.3156.5742.8648.04
HexAFA946033C1F392b30
Octal257251106037437715360
Binary1010111110101001100011001111110011111111001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA946; }

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

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

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

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

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

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

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

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