#A3A94B

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

Shades of Brass #A3A94B

Tints of Brass #A3A94B

Color information

#A3A94B (or 0xA3A94B) is unknown color: approx Brass. HEX triplet: A3, A9 and 4B. RGB value is (163,169,75). Sum of RGB (Red+Green+Blue) = 163+169+75=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A94B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A94B is #5C56B4. Grayscale: #9C9C9C. Windows color (decimal): -6051509 or 4958627. OLE color: 4958627.

HSL color Cylindrical-coordinate representation of color #A3A94B: hue angle of 63.83º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A3A94B is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB16316975-
CMYK0.0400.560.34
HSL63.83º38.52%47.84%-
HSV(B)63.83º55.62%66.27%-
XYZ30.5636.6712.12-
YUV156.4982.01132.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 169 (66.41% from 255) = 41.52%
BLUE value IS 75 (29.69% from 255) = 18.43%
R=40.05%
G=41.52%
B=18.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal163169750.0400.560.3463.8338.5247.84
HexA3A94B403822402730
Octal2432511134070421004760
Binary1010001110101001100101110001110001000101000000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A94B; }

 p { color: rgb(163,169,75); }

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

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

 a { background-color: rgb(163,169,75); }

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

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

 span { border-color: rgb(163,169,75); }

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