#A69B41

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

Shades of Brass #A69B41

Tints of Brass #A69B41

Color information

#A69B41 (or 0xA69B41) is unknown color: approx Brass. HEX triplet: A6, 9B and 41. RGB value is (166,155,65). Sum of RGB (Red+Green+Blue) = 166+155+65=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69B41 is #5964BE. Grayscale: #949494. Windows color (decimal): -5858495 or 4299686. OLE color: 4299686.

HSL color Cylindrical-coordinate representation of color #A69B41: hue angle of 53.47º 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 #A69B41 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB16615565-
CMYK00.070.610.35
HSL53.47º43.72%45.29%-
HSV(B)53.47º60.84%65.1%-
XYZ28.431.939.67-
YUV148.0381.14140.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 155 (60.94% from 255) = 40.16%
BLUE value IS 65 (25.78% from 255) = 16.84%
R=43.01%
G=40.16%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661556500.070.610.3553.4743.7245.29
HexA69B41073D23352c2d
Octal246233101077543655455
Binary101001101001101110000010111111101100011110101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69B41; }

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

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

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

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

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

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

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

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