#AFA63C

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

Shades of Brass #AFA63C

Tints of Brass #AFA63C

Color information

#AFA63C (or 0xAFA63C) is unknown color: approx Brass. HEX triplet: AF, A6 and 3C. RGB value is (175,166,60). Sum of RGB (Red+Green+Blue) = 175+166+60=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA63C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA63C is #5059C3. Grayscale: #9D9D9D. Windows color (decimal): -5265860 or 3974831. OLE color: 3974831.

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

Color convert

RGB17516660-
CMYK00.050.660.31
HSL55.3º48.94%46.08%-
HSV(B)55.3º65.71%68.63%-
XYZ32.1336.719.67-
YUV156.6173.48141.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 166 (65.23% from 255) = 41.40%
BLUE value IS 60 (23.83% from 255) = 14.96%
R=43.64%
G=41.40%
B=14.96%

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
Decimal1751666000.050.660.3155.348.9446.08
HexAFA63C05421F37312e
Octal257246740510237676156
Binary10101111101001101111000101100001011111110111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA63C; }

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

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

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

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

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

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

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

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