#A3AB45

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

Shades of Brass #A3AB45

Tints of Brass #A3AB45

Color information

#A3AB45 (or 0xA3AB45) is unknown color: approx Brass. HEX triplet: A3, AB and 45. RGB value is (163,171,69). Sum of RGB (Red+Green+Blue) = 163+171+69=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AB45 is #5C54BA. Grayscale: #9D9D9D. Windows color (decimal): -6051003 or 4565923. OLE color: 4565923.

HSL color Cylindrical-coordinate representation of color #A3AB45: hue angle of 64.71º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3AB45 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB16317169-
CMYK0.0500.600.33
HSL64.71º42.5%47.06%-
HSV(B)64.71º59.65%67.06%-
XYZ30.7437.3411.22-
YUV156.9878.35132.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 171 (67.19% from 255) = 42.43%
BLUE value IS 69 (27.34% from 255) = 17.12%
R=40.45%
G=42.43%
B=17.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163171690.0500.600.3364.7142.547.06
HexA3AB45503C21412a2f
Octal2432531055074411015257
Binary1010001110101011100010110101111001000011000001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AB45; }

 p { color: rgb(163,171,69); }

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

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

 a { background-color: rgb(163,171,69); }

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

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

 span { border-color: rgb(163,171,69); }

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