#AFA539

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

Shades of Brass #AFA539

Tints of Brass #AFA539

Color information

#AFA539 (or 0xAFA539) is unknown color: approx Brass. HEX triplet: AF, A5 and 39. RGB value is (175,165,57). Sum of RGB (Red+Green+Blue) = 175+165+57=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 57 (22.66% from 255 or 14.36% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA539 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA539 is #505AC6. Grayscale: #9C9C9C. Windows color (decimal): -5266119 or 3777967. OLE color: 3777967.

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

Color convert

RGB17516557-
CMYK00.060.670.31
HSL54.92º50.86%45.49%-
HSV(B)54.92º67.43%68.63%-
XYZ31.8736.329.2-
YUV155.6872.31141.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 165 (64.84% from 255) = 41.56%
BLUE value IS 57 (22.66% from 255) = 14.36%
R=44.08%
G=41.56%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751655700.060.670.3154.9250.8645.49
HexAFA53906431F37332d
Octal257245710610337676355
Binary10101111101001011110010110100001111111110111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA539; }

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

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

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

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

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

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

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

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