#AFAC3A

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

Shades of Brass #AFAC3A

Tints of Brass #AFAC3A

Color information

#AFAC3A (or 0xAFAC3A) is unknown color: approx Brass. HEX triplet: AF, AC and 3A. RGB value is (175,172,58). Sum of RGB (Red+Green+Blue) = 175+172+58=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 58 (23.05% from 255 or 14.32% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAC3A is #5053C5. Grayscale: #A0A0A0. Windows color (decimal): -5264326 or 3845295. OLE color: 3845295.

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

Color convert

RGB17517258-
CMYK00.020.670.31
HSL58.46º50.21%45.69%-
HSV(B)58.46º66.86%68.63%-
XYZ33.238.929.77-
YUV159.970.49138.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.21%
GREEN value IS 172 (67.58% from 255) = 42.47%
BLUE value IS 58 (23.05% from 255) = 14.32%
R=43.21%
G=42.47%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751725800.020.670.3158.4650.2145.69
HexAFAC3A02431F3a322e
Octal257254720210337726256
Binary1010111110101100111010010100001111111111010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC3A; }

 p { color: rgb(175,172,58); }

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

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

 a { background-color: rgb(175,172,58); }

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

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

 span { border-color: rgb(175,172,58); }

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