#A69E45

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

Shades of Brass #A69E45

Tints of Brass #A69E45

Color information

#A69E45 (or 0xA69E45) is unknown color: approx Brass. HEX triplet: A6, 9E and 45. RGB value is (166,158,69). Sum of RGB (Red+Green+Blue) = 166+158+69=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69E45 is #5961BA. Grayscale: #969696. Windows color (decimal): -5857723 or 4562598. OLE color: 4562598.

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

Color convert

RGB16615869-
CMYK00.050.580.35
HSL55.05º41.28%46.08%-
HSV(B)55.05º58.43%65.1%-
XYZ29.0332.9910.47-
YUV150.2582.15139.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 158 (62.11% from 255) = 40.20%
BLUE value IS 69 (27.34% from 255) = 17.56%
R=42.24%
G=40.20%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661586900.050.580.3555.0541.2846.08
HexA69E45053A2337292e
Octal246236105057243675156
Binary101001101001111010001010101111010100011110111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69E45; }

 p { color: rgb(166,158,69); }

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

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

 a { background-color: rgb(166,158,69); }

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

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

 span { border-color: rgb(166,158,69); }

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