#af9c3a

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

Shades of Brass #AF9C3A

Tints of Brass #AF9C3A

Color information

#AF9C3A (or 0xAF9C3A) is unknown color: approx Brass. HEX triplet: AF, 9C and 3A. RGB value is (175,156,58). Sum of RGB (Red+Green+Blue) = 175+156+58=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 58 (23.05% from 255 or 14.91% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9C3A is #5063C5. Grayscale: #969696. Windows color (decimal): -5268422 or 3841199. OLE color: 3841199.

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

Color convert

RGB17515658-
CMYK00.110.670.31
HSL50.26º50.21%45.69%-
HSV(B)50.26º66.86%68.63%-
XYZ30.3333.28.81-
YUV150.5175.79145.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 156 (61.33% from 255) = 40.10%
BLUE value IS 58 (23.05% from 255) = 14.91%
R=44.99%
G=40.10%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751565800.110.670.3150.2650.2145.69
HexAF9C3A0B431F32322e
Octal2572347201310337626256
Binary101011111001110011101001011100001111111110010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af9c3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af9c3a; }

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

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

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

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

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

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

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

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