#A1A747

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

Shades of Brass #A1A747

Tints of Brass #A1A747

Color information

#A1A747 (or 0xA1A747) is unknown color: approx Brass. HEX triplet: A1, A7 and 47. RGB value is (161,167,71). Sum of RGB (Red+Green+Blue) = 161+167+71=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A747 is #5E58B8. Grayscale: #9A9A9A. Windows color (decimal): -6183097 or 4695969. OLE color: 4695969.

HSL color Cylindrical-coordinate representation of color #A1A747: hue angle of 63.75º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1A747 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB16116771-
CMYK0.0400.570.35
HSL63.75º40.34%46.67%-
HSV(B)63.75º57.49%65.49%-
XYZ29.6535.6711.28-
YUV154.2681.01132.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.35%
GREEN value IS 167 (65.62% from 255) = 41.85%
BLUE value IS 71 (28.12% from 255) = 17.79%
R=40.35%
G=41.85%
B=17.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161167710.0400.570.3563.7540.3446.67
HexA1A74740392340282f
Octal2412471074071431005057
Binary1010000110100111100011110001110011000111000000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A747; }

 p { color: rgb(161,167,71); }

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

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

 a { background-color: rgb(161,167,71); }

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

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

 span { border-color: rgb(161,167,71); }

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