#AFAC42

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

Shades of Brass #AFAC42

Tints of Brass #AFAC42

Color information

#AFAC42 (or 0xAFAC42) is unknown color: approx Brass. HEX triplet: AF, AC and 42. RGB value is (175,172,66). Sum of RGB (Red+Green+Blue) = 175+172+66=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAC42 is #5053BD. Grayscale: #A1A1A1. Windows color (decimal): -5264318 or 4369583. OLE color: 4369583.

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

Color convert

RGB17517266-
CMYK00.020.620.31
HSL58.35º45.23%47.25%-
HSV(B)58.35º62.29%68.63%-
XYZ33.4239.0110.92-
YUV160.8174.49138.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.37%
GREEN value IS 172 (67.58% from 255) = 41.65%
BLUE value IS 66 (26.17% from 255) = 15.98%
R=42.37%
G=41.65%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751726600.020.620.3158.3545.2347.25
HexAFAC42023E1F3a2d2f
Octal257254102027637725557
Binary1010111110101100100001001011111011111111010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC42; }

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

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

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

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

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

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

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

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