#AFAE3C

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

Shades of Brass #AFAE3C

Tints of Brass #AFAE3C

Color information

#AFAE3C (or 0xAFAE3C) is unknown color: approx Brass. HEX triplet: AF, AE and 3C. RGB value is (175,174,60). Sum of RGB (Red+Green+Blue) = 175+174+60=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAE3C is #5051C3. Grayscale: #A1A1A1. Windows color (decimal): -5263812 or 3976879. OLE color: 3976879.

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

Color convert

RGB17517460-
CMYK00.010.660.31
HSL59.48º48.94%46.08%-
HSV(B)59.48º65.71%68.63%-
XYZ33.6339.7110.17-
YUV161.370.83137.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 174 (68.36% from 255) = 42.54%
BLUE value IS 60 (23.83% from 255) = 14.67%
R=42.79%
G=42.54%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751746000.010.660.3159.4848.9446.08
HexAFAE3C01421F3b312e
Octal257256740110237736156
Binary101011111010111011110001100001011111111011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAE3C; }

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

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

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

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

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

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

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

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