#AFA73C

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

Shades of Brass #AFA73C

Tints of Brass #AFA73C

Color information

#AFA73C (or 0xAFA73C) is unknown color: approx Brass. HEX triplet: AF, A7 and 3C. RGB value is (175,167,60). Sum of RGB (Red+Green+Blue) = 175+167+60=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA73C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA73C is #5058C3. Grayscale: #9D9D9D. Windows color (decimal): -5265604 or 3975087. OLE color: 3975087.

HSL color Cylindrical-coordinate representation of color #AFA73C: hue angle of 55.83º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFA73C is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB17516760-
CMYK00.050.660.31
HSL55.83º48.94%46.08%-
HSV(B)55.83º65.71%68.63%-
XYZ32.3137.089.73-
YUV157.1973.15140.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 167 (65.62% from 255) = 41.54%
BLUE value IS 60 (23.83% from 255) = 14.93%
R=43.53%
G=41.54%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751676000.050.660.3155.8348.9446.08
HexAFA73C05421F38312e
Octal257247740510237706156
Binary10101111101001111111000101100001011111111000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA73C; }

 p { color: rgb(175,167,60); }

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

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

 a { background-color: rgb(175,167,60); }

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

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

 span { border-color: rgb(175,167,60); }

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