#A69D41

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

Shades of Brass #A69D41

Tints of Brass #A69D41

Color information

#A69D41 (or 0xA69D41) is unknown color: approx Brass. HEX triplet: A6, 9D and 41. RGB value is (166,157,65). Sum of RGB (Red+Green+Blue) = 166+157+65=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A69D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69D41 is #5962BE. Grayscale: #959595. Windows color (decimal): -5857983 or 4300198. OLE color: 4300198.

HSL color Cylindrical-coordinate representation of color #A69D41: hue angle of 54.65º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A69D41 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB16615765-
CMYK00.050.610.35
HSL54.65º43.72%45.29%-
HSV(B)54.65º60.84%65.1%-
XYZ28.7432.69.78-
YUV149.280.48139.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.78%
GREEN value IS 157 (61.72% from 255) = 40.46%
BLUE value IS 65 (25.78% from 255) = 16.75%
R=42.78%
G=40.46%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661576500.050.610.3554.6543.7245.29
HexA69D41053D23372c2d
Octal246235101057543675455
Binary101001101001110110000010101111101100011110111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69D41; }

 p { color: rgb(166,157,65); }

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

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

 a { background-color: rgb(166,157,65); }

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

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

 span { border-color: rgb(166,157,65); }

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