#AFAA4C

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

Shades of Brass #AFAA4C

Tints of Brass #AFAA4C

Color information

#AFAA4C (or 0xAFAA4C) is unknown color: approx Brass. HEX triplet: AF, AA and 4C. RGB value is (175,170,76). Sum of RGB (Red+Green+Blue) = 175+170+76=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAA4C is #5055B3. Grayscale: #A1A1A1. Windows color (decimal): -5264820 or 5024431. OLE color: 5024431.

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

Color convert

RGB17517076-
CMYK00.030.570.31
HSL56.97º39.44%49.22%-
HSV(B)56.97º56.57%68.63%-
XYZ33.3638.3912.49-
YUV160.7880.16138.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.57%
GREEN value IS 170 (66.80% from 255) = 40.38%
BLUE value IS 76 (30.08% from 255) = 18.05%
R=41.57%
G=40.38%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751707600.030.570.3156.9739.4449.22
HexAFAA4C03391F392731
Octal257252114037137714761
Binary1010111110101010100110001111100111111111001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA4C; }

 p { color: rgb(175,170,76); }

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

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

 a { background-color: rgb(175,170,76); }

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

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

 span { border-color: rgb(175,170,76); }

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