#AFA046

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

Shades of Brass #AFA046

Tints of Brass #AFA046

Color information

#AFA046 (or 0xAFA046) is unknown color: approx Brass. HEX triplet: AF, A0 and 46. RGB value is (175,160,70). Sum of RGB (Red+Green+Blue) = 175+160+70=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA046 is #505FB9. Grayscale: #9A9A9A. Windows color (decimal): -5267386 or 4628655. OLE color: 4628655.

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

Color convert

RGB17516070-
CMYK00.090.600.31
HSL51.43º42.86%48.04%-
HSV(B)51.43º60%68.63%-
XYZ31.3634.710.84-
YUV154.2280.47142.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.21%
GREEN value IS 160 (62.89% from 255) = 39.51%
BLUE value IS 70 (27.73% from 255) = 17.28%
R=43.21%
G=39.51%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751607000.090.600.3151.4342.8648.04
HexAFA046093C1F332b30
Octal2572401060117437635360
Binary101011111010000010001100100111110011111110011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA046; }

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

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

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

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

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

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

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

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