#A5A641

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

Shades of Brass #A5A641

Tints of Brass #A5A641

Color information

#A5A641 (or 0xA5A641) is unknown color: approx Brass. HEX triplet: A5, A6 and 41. RGB value is (165,166,65). Sum of RGB (Red+Green+Blue) = 165+166+65=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A641 is #5A59BE. Grayscale: #9A9A9A. Windows color (decimal): -5921215 or 4302501. OLE color: 4302501.

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

Color convert

RGB16516665-
CMYK0.0100.610.35
HSL60.59º43.72%45.29%-
HSV(B)60.59º60.84%65.1%-
XYZ30.1135.6510.3-
YUV154.1977.67135.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.67%
GREEN value IS 166 (65.23% from 255) = 41.92%
BLUE value IS 65 (25.78% from 255) = 16.41%
R=41.67%
G=41.92%
B=16.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165166650.0100.610.3560.5943.7245.29
HexA5A641103D233d2c2d
Octal245246101107543755455
Binary1010010110100110100000110111101100011111101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A641; }

 p { color: rgb(165,166,65); }

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

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

 a { background-color: rgb(165,166,65); }

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

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

 span { border-color: rgb(165,166,65); }

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