#AFAC48

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

Shades of Brass #AFAC48

Tints of Brass #AFAC48

Color information

#AFAC48 (or 0xAFAC48) is unknown color: approx Brass. HEX triplet: AF, AC and 48. RGB value is (175,172,72). Sum of RGB (Red+Green+Blue) = 175+172+72=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAC48 is #5053B7. Grayscale: #A1A1A1. Windows color (decimal): -5264312 or 4762799. OLE color: 4762799.

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

Color convert

RGB17517272-
CMYK00.020.590.31
HSL58.25º41.7%48.43%-
HSV(B)58.25º58.86%68.63%-
XYZ33.639.0911.9-
YUV161.577.49137.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 172 (67.58% from 255) = 41.05%
BLUE value IS 72 (28.52% from 255) = 17.18%
R=41.77%
G=41.05%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751727200.020.590.3158.2541.748.43
HexAFAC48023B1F3a2a30
Octal257254110027337725260
Binary1010111110101100100100001011101111111111010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC48; }

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

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

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

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

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

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

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

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