#AFAB49

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

Shades of Brass #AFAB49

Tints of Brass #AFAB49

Color information

#AFAB49 (or 0xAFAB49) is unknown color: approx Brass. HEX triplet: AF, AB and 49. RGB value is (175,171,73). Sum of RGB (Red+Green+Blue) = 175+171+73=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAB49 is #5054B6. Grayscale: #A1A1A1. Windows color (decimal): -5264567 or 4828079. OLE color: 4828079.

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

Color convert

RGB17517173-
CMYK00.020.580.31
HSL57.65º41.13%48.63%-
HSV(B)57.65º58.29%68.63%-
XYZ33.4438.7212.01-
YUV161.0278.33137.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 171 (67.19% from 255) = 40.81%
BLUE value IS 73 (28.91% from 255) = 17.42%
R=41.77%
G=40.81%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751717300.020.580.3157.6541.1348.63
HexAFAB49023A1F3a2931
Octal257253111027237725161
Binary1010111110101011100100101011101011111111010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB49; }

 p { color: rgb(175,171,73); }

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

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

 a { background-color: rgb(175,171,73); }

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

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

 span { border-color: rgb(175,171,73); }

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