#A89C42

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

Shades of Brass #A89C42

Tints of Brass #A89C42

Color information

#A89C42 (or 0xA89C42) is unknown color: approx Brass. HEX triplet: A8, 9C and 42. RGB value is (168,156,66). Sum of RGB (Red+Green+Blue) = 168+156+66=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89C42 is #5763BD. Grayscale: #959595. Windows color (decimal): -5727166 or 4365480. OLE color: 4365480.

HSL color Cylindrical-coordinate representation of color #A89C42: hue angle of 52.94º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A89C42 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB16815666-
CMYK00.070.610.34
HSL52.94º43.59%45.88%-
HSV(B)52.94º60.71%65.88%-
XYZ29.0232.59.9-
YUV149.3380.98141.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.08%
GREEN value IS 156 (61.33% from 255) = 40%
BLUE value IS 66 (26.17% from 255) = 16.92%
R=43.08%
G=40%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681566600.070.610.3452.9443.5945.88
HexA89C42073D22352c2e
Octal250234102077542655456
Binary101010001001110010000100111111101100010110101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89C42; }

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

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

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

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

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

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

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

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