#AF9F35

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

Shades of Brass #AF9F35

Tints of Brass #AF9F35

Color information

#AF9F35 (or 0xAF9F35) is unknown color: approx Brass. HEX triplet: AF, 9F and 35. RGB value is (175,159,53). Sum of RGB (Red+Green+Blue) = 175+159+53=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9F35 is #5060CA. Grayscale: #989898. Windows color (decimal): -5267659 or 3514287. OLE color: 3514287.

HSL color Cylindrical-coordinate representation of color #AF9F35: hue angle of 52.13º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF9F35 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB17515953-
CMYK00.090.700.31
HSL52.13º53.51%44.71%-
HSV(B)52.13º69.71%68.63%-
XYZ30.7234.178.34-
YUV151.772.3144.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.22%
GREEN value IS 159 (62.5% from 255) = 41.09%
BLUE value IS 53 (21.09% from 255) = 13.70%
R=45.22%
G=41.09%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751595300.090.700.3152.1353.5144.71
HexAF9F3509461F34362d
Octal2572376501110637646655
Binary101011111001111111010101001100011011111110100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9F35; }

 p { color: rgb(175,159,53); }

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

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

 a { background-color: rgb(175,159,53); }

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

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

 span { border-color: rgb(175,159,53); }

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