#AFA53C

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

Shades of Brass #AFA53C

Tints of Brass #AFA53C

Color information

#AFA53C (or 0xAFA53C) is unknown color: approx Brass. HEX triplet: AF, A5 and 3C. RGB value is (175,165,60). Sum of RGB (Red+Green+Blue) = 175+165+60=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 60 (23.83% from 255 or 15% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA53C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA53C is #505AC3. Grayscale: #9C9C9C. Windows color (decimal): -5266116 or 3974575. OLE color: 3974575.

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

Color convert

RGB17516560-
CMYK00.060.660.31
HSL54.78º48.94%46.08%-
HSV(B)54.78º65.71%68.63%-
XYZ31.9536.359.61-
YUV156.0273.81141.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 165 (64.84% from 255) = 41.25%
BLUE value IS 60 (23.83% from 255) = 15%
R=43.75%
G=41.25%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751656000.060.660.3154.7848.9446.08
HexAFA53C06421F37312e
Octal257245740610237676156
Binary10101111101001011111000110100001011111110111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA53C; }

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

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

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

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

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

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

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

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