#A3A834

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

Shades of Brass #A3A834

Tints of Brass #A3A834

Color information

#A3A834 (or 0xA3A834) is unknown color: approx Brass. HEX triplet: A3, A8 and 34. RGB value is (163,168,52). Sum of RGB (Red+Green+Blue) = 163+168+52=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A834 is #5C57CB. Grayscale: #999999. Windows color (decimal): -6051788 or 3451043. OLE color: 3451043.

HSL color Cylindrical-coordinate representation of color #A3A834: hue angle of 62.59º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A3A834 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB16316852-
CMYK0.0300.690.34
HSL62.59º52.73%43.14%-
HSV(B)62.59º69.05%65.88%-
XYZ29.7336.048.64-
YUV153.2870.84134.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.56%
GREEN value IS 168 (66.02% from 255) = 43.86%
BLUE value IS 52 (20.70% from 255) = 13.58%
R=42.56%
G=43.86%
B=13.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal163168520.0300.690.3462.5952.7343.14
HexA3A8343045223f352b
Octal243250643010542776553
Binary10100011101010001101001101000101100010111111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A834; }

 p { color: rgb(163,168,52); }

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

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

 a { background-color: rgb(163,168,52); }

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

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

 span { border-color: rgb(163,168,52); }

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