#AF9C3C

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

Shades of Brass #AF9C3C

Tints of Brass #AF9C3C

Color information

#AF9C3C (or 0xAF9C3C) is unknown color: approx Brass. HEX triplet: AF, 9C and 3C. RGB value is (175,156,60). Sum of RGB (Red+Green+Blue) = 175+156+60=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9C3C is #5063C3. Grayscale: #979797. Windows color (decimal): -5268420 or 3972271. OLE color: 3972271.

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

Color convert

RGB17515660-
CMYK00.110.660.31
HSL50.09º48.94%46.08%-
HSV(B)50.09º65.71%68.63%-
XYZ30.3833.229.09-
YUV150.7476.79145.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.76%
GREEN value IS 156 (61.33% from 255) = 39.90%
BLUE value IS 60 (23.83% from 255) = 15.35%
R=44.76%
G=39.90%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751566000.110.660.3150.0948.9446.08
HexAF9C3C0B421F32312e
Octal2572347401310237626156
Binary101011111001110011110001011100001011111110010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9C3C; }

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

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

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

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

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

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

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

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