#A69D3F

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

Shades of Brass #A69D3F

Tints of Brass #A69D3F

Color information

#A69D3F (or 0xA69D3F) is unknown color: approx Brass. HEX triplet: A6, 9D and 3F. RGB value is (166,157,63). Sum of RGB (Red+Green+Blue) = 166+157+63=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A69D3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69D3F is #5962C0. Grayscale: #959595. Windows color (decimal): -5857985 or 4169126. OLE color: 4169126.

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

Color convert

RGB16615763-
CMYK00.050.620.35
HSL54.76º44.98%44.9%-
HSV(B)54.76º62.05%65.1%-
XYZ28.6832.589.48-
YUV148.9879.48140.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.01%
GREEN value IS 157 (61.72% from 255) = 40.67%
BLUE value IS 63 (25% from 255) = 16.32%
R=43.01%
G=40.67%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661576300.050.620.3554.7644.9844.9
HexA69D3F053E23372d2d
Octal24623577057643675555
Binary10100110100111011111110101111110100011110111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69D3F; }

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

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

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

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

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

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

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

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