#AFAC36

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

Shades of Brass #AFAC36

Tints of Brass #AFAC36

Color information

#AFAC36 (or 0xAFAC36) is unknown color: approx Brass. HEX triplet: AF, AC and 36. RGB value is (175,172,54). Sum of RGB (Red+Green+Blue) = 175+172+54=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 54 (21.48% from 255 or 13.47% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAC36 is #5053C9. Grayscale: #9F9F9F. Windows color (decimal): -5264330 or 3583151. OLE color: 3583151.

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

Color convert

RGB17517254-
CMYK00.020.690.31
HSL58.51º52.84%44.9%-
HSV(B)58.51º69.14%68.63%-
XYZ33.138.899.25-
YUV159.4468.49139.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 172 (67.58% from 255) = 42.89%
BLUE value IS 54 (21.48% from 255) = 13.47%
R=43.64%
G=42.89%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751725400.020.690.3158.5152.8444.9
HexAFAC3602451F3b352d
Octal257254660210537736555
Binary1010111110101100110110010100010111111111011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC36; }

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

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

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

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

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

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

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

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