#AFA935

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

Shades of Brass #AFA935

Tints of Brass #AFA935

Color information

#AFA935 (or 0xAFA935) is unknown color: approx Brass. HEX triplet: AF, A9 and 35. RGB value is (175,169,53). Sum of RGB (Red+Green+Blue) = 175+169+53=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 53 (21.09% from 255 or 13.35% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA935 is #5056CA. Grayscale: #9E9E9E. Windows color (decimal): -5265099 or 3516847. OLE color: 3516847.

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

Color convert

RGB17516953-
CMYK00.030.700.31
HSL57.05º53.51%44.71%-
HSV(B)57.05º69.71%68.63%-
XYZ32.5137.758.94-
YUV157.5768.99140.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 169 (66.41% from 255) = 42.57%
BLUE value IS 53 (21.09% from 255) = 13.35%
R=44.08%
G=42.57%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751695300.030.700.3157.0553.5144.71
HexAFA93503461F39362d
Octal257251650310637716655
Binary1010111110101001110101011100011011111111001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA935; }

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

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

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

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

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

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

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

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