#A3AB35

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

Shades of Brass #A3AB35

Tints of Brass #A3AB35

Color information

#A3AB35 (or 0xA3AB35) is unknown color: approx Brass. HEX triplet: A3, AB and 35. RGB value is (163,171,53). Sum of RGB (Red+Green+Blue) = 163+171+53=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AB35 is #5C54CA. Grayscale: #9B9B9B. Windows color (decimal): -6051019 or 3517347. OLE color: 3517347.

HSL color Cylindrical-coordinate representation of color #A3AB35: hue angle of 64.07º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A3AB35 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB16317153-
CMYK0.0500.690.33
HSL64.07º52.68%43.92%-
HSV(B)64.07º69.01%67.06%-
XYZ30.3137.178.95-
YUV155.1670.35133.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 171 (67.19% from 255) = 44.19%
BLUE value IS 53 (21.09% from 255) = 13.70%
R=42.12%
G=44.19%
B=13.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163171530.0500.690.3364.0752.6843.92
HexA3AB3550452140352c
Octal2432536550105411006554
Binary1010001110101011110101101010001011000011000000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AB35; }

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

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

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

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

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

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

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

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