#AFA53E

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

Shades of Brass #AFA53E

Tints of Brass #AFA53E

Color information

#AFA53E (or 0xAFA53E) is unknown color: approx Brass. HEX triplet: AF, A5 and 3E. RGB value is (175,165,62). Sum of RGB (Red+Green+Blue) = 175+165+62=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 62 (24.61% from 255 or 15.42% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA53E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA53E is #505AC1. Grayscale: #9C9C9C. Windows color (decimal): -5266114 or 4105647. OLE color: 4105647.

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

Color convert

RGB17516562-
CMYK00.060.650.31
HSL54.69º47.68%46.47%-
HSV(B)54.69º64.57%68.63%-
XYZ3236.379.89-
YUV156.2574.81141.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 165 (64.84% from 255) = 41.04%
BLUE value IS 62 (24.61% from 255) = 15.42%
R=43.53%
G=41.04%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751656200.060.650.3154.6947.6846.47
HexAFA53E06411F37302e
Octal257245760610137676056
Binary10101111101001011111100110100000111111110111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA53E; }

 p { color: rgb(175,165,62); }

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

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

 a { background-color: rgb(175,165,62); }

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

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

 span { border-color: rgb(175,165,62); }

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