#AFAA3D

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

Shades of Brass #AFAA3D

Tints of Brass #AFAA3D

Color information

#AFAA3D (or 0xAFAA3D) is unknown color: approx Brass. HEX triplet: AF, AA and 3D. RGB value is (175,170,61). Sum of RGB (Red+Green+Blue) = 175+170+61=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFAA3D is #5055C2. Grayscale: #9F9F9F. Windows color (decimal): -5264835 or 4041391. OLE color: 4041391.

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

Color convert

RGB17517061-
CMYK00.030.650.31
HSL57.37º48.31%46.27%-
HSV(B)57.37º65.14%68.63%-
XYZ32.938.210.05-
YUV159.0772.66139.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 170 (66.80% from 255) = 41.87%
BLUE value IS 61 (24.22% from 255) = 15.02%
R=43.10%
G=41.87%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751706100.030.650.3157.3748.3146.27
HexAFAA3D03411F39302e
Octal257252750310137716056
Binary1010111110101010111101011100000111111111001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA3D; }

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

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

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

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

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

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

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

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