#AFA035

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

Shades of Brass #AFA035

Tints of Brass #AFA035

Color information

#AFA035 (or 0xAFA035) is unknown color: approx Brass. HEX triplet: AF, A0 and 35. RGB value is (175,160,53). Sum of RGB (Red+Green+Blue) = 175+160+53=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 53 (21.09% from 255 or 13.66% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA035 is #505FCA. Grayscale: #989898. Windows color (decimal): -5267403 or 3514543. OLE color: 3514543.

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

Color convert

RGB17516053-
CMYK00.090.700.31
HSL52.62º53.51%44.71%-
HSV(B)52.62º69.71%68.63%-
XYZ30.8934.518.4-
YUV152.2971.97144.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.10%
GREEN value IS 160 (62.89% from 255) = 41.24%
BLUE value IS 53 (21.09% from 255) = 13.66%
R=45.10%
G=41.24%
B=13.66%

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
Decimal1751605300.090.700.3152.6253.5144.71
HexAFA03509461F35362d
Octal2572406501110637656655
Binary101011111010000011010101001100011011111110101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA035; }

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

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

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

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

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

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

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

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