#AFA73D

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

Shades of Brass #AFA73D

Tints of Brass #AFA73D

Color information

#AFA73D (or 0xAFA73D) is unknown color: approx Brass. HEX triplet: AF, A7 and 3D. RGB value is (175,167,61). Sum of RGB (Red+Green+Blue) = 175+167+61=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA73D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA73D is #5058C2. Grayscale: #9D9D9D. Windows color (decimal): -5265603 or 4040623. OLE color: 4040623.

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

Color convert

RGB17516761-
CMYK00.050.650.31
HSL55.79º48.31%46.27%-
HSV(B)55.79º65.14%68.63%-
XYZ32.3437.099.87-
YUV157.3173.65140.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.42%
GREEN value IS 167 (65.62% from 255) = 41.44%
BLUE value IS 61 (24.22% from 255) = 15.14%
R=43.42%
G=41.44%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751676100.050.650.3155.7948.3146.27
HexAFA73D05411F38302e
Octal257247750510137706056
Binary10101111101001111111010101100000111111111000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA73D; }

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

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

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

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

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

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

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

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