#A69E3E

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

Shades of Brass #A69E3E

Tints of Brass #A69E3E

Color information

#A69E3E (or 0xA69E3E) is unknown color: approx Brass. HEX triplet: A6, 9E and 3E. RGB value is (166,158,62). Sum of RGB (Red+Green+Blue) = 166+158+62=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69E3E is #5961C1. Grayscale: #959595. Windows color (decimal): -5857730 or 4103846. OLE color: 4103846.

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

Color convert

RGB16615862-
CMYK00.050.630.35
HSL55.38º45.61%44.71%-
HSV(B)55.38º62.65%65.1%-
XYZ28.8232.919.39-
YUV149.4578.65139.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 158 (62.11% from 255) = 40.93%
BLUE value IS 62 (24.61% from 255) = 16.06%
R=43.01%
G=40.93%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661586200.050.630.3555.3845.6144.71
HexA69E3E053F23372e2d
Octal24623676057743675655
Binary10100110100111101111100101111111100011110111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69E3E; }

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

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

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

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

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

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

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

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