#A3A24D

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

Shades of Brass #A3A24D

Tints of Brass #A3A24D

Color information

#A3A24D (or 0xA3A24D) is unknown color: approx Brass. HEX triplet: A3, A2 and 4D. RGB value is (163,162,77). Sum of RGB (Red+Green+Blue) = 163+162+77=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A24D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A24D is #5C5DB2. Grayscale: #989898. Windows color (decimal): -6053299 or 5087907. OLE color: 5087907.

HSL color Cylindrical-coordinate representation of color #A3A24D: hue angle of 59.3º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3A24D is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB16316277-
CMYK00.010.530.36
HSL59.3º35.83%47.06%-
HSV(B)59.3º52.76%63.92%-
XYZ29.3634.1612.07-
YUV152.6185.33135.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.55%
GREEN value IS 162 (63.67% from 255) = 40.30%
BLUE value IS 77 (30.47% from 255) = 19.15%
R=40.55%
G=40.30%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631627700.010.530.3659.335.8347.06
HexA3A24D0135243b242f
Octal243242115016544734457
Binary1010001110100010100110101110101100100111011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A24D; }

 p { color: rgb(163,162,77); }

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

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

 a { background-color: rgb(163,162,77); }

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

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

 span { border-color: rgb(163,162,77); }

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