#A69C42

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

Shades of Brass #A69C42

Tints of Brass #A69C42

Color information

#A69C42 (or 0xA69C42) is unknown color: approx Brass. HEX triplet: A6, 9C and 42. RGB value is (166,156,66). Sum of RGB (Red+Green+Blue) = 166+156+66=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69C42 is #5963BD. Grayscale: #959595. Windows color (decimal): -5858238 or 4365478. OLE color: 4365478.

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

Color convert

RGB16615666-
CMYK00.060.600.35
HSL54º43.1%45.49%-
HSV(B)54º60.24%65.1%-
XYZ28.632.289.88-
YUV148.7381.31140.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.78%
GREEN value IS 156 (61.33% from 255) = 40.21%
BLUE value IS 66 (26.17% from 255) = 17.01%
R=42.78%
G=40.21%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661566600.060.600.355443.145.49
HexA69C42063C23362b2d
Octal246234102067443665355
Binary101001101001110010000100110111100100011110110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69C42; }

 p { color: rgb(166,156,66); }

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

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

 a { background-color: rgb(166,156,66); }

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

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

 span { border-color: rgb(166,156,66); }

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