#AFA13D

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

Shades of Brass #AFA13D

Tints of Brass #AFA13D

Color information

#AFA13D (or 0xAFA13D) is unknown color: approx Brass. HEX triplet: AF, A1 and 3D. RGB value is (175,161,61). Sum of RGB (Red+Green+Blue) = 175+161+61=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA13D is #505EC2. Grayscale: #9A9A9A. Windows color (decimal): -5267139 or 4039087. OLE color: 4039087.

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

Color convert

RGB17516161-
CMYK00.080.650.31
HSL52.63º48.31%46.27%-
HSV(B)52.63º65.14%68.63%-
XYZ31.2734.949.51-
YUV153.7975.64143.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 161 (63.28% from 255) = 40.55%
BLUE value IS 61 (24.22% from 255) = 15.37%
R=44.08%
G=40.55%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751616100.080.650.3152.6348.3146.27
HexAFA13D08411F35302e
Octal2572417501010137656056
Binary101011111010000111110101000100000111111110101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA13D; }

 p { color: rgb(175,161,61); }

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

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

 a { background-color: rgb(175,161,61); }

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

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

 span { border-color: rgb(175,161,61); }

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