#AFA537

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

Shades of Brass #AFA537

Tints of Brass #AFA537

Color information

#AFA537 (or 0xAFA537) is unknown color: approx Brass. HEX triplet: AF, A5 and 37. RGB value is (175,165,55). Sum of RGB (Red+Green+Blue) = 175+165+55=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA537 is #505AC8. Grayscale: #9B9B9B. Windows color (decimal): -5266121 or 3646895. OLE color: 3646895.

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

Color convert

RGB17516555-
CMYK00.060.690.31
HSL55º52.17%45.1%-
HSV(B)55º68.57%68.63%-
XYZ31.8236.38.94-
YUV155.4571.31141.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 165 (64.84% from 255) = 41.77%
BLUE value IS 55 (21.88% from 255) = 13.92%
R=44.30%
G=41.77%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751655500.060.690.315552.1745.1
HexAFA53706451F37342d
Octal257245670610537676455
Binary10101111101001011101110110100010111111110111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA537; }

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

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

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

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

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

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

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

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