#A3AB43

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

Shades of Brass #A3AB43

Tints of Brass #A3AB43

Color information

#A3AB43 (or 0xA3AB43) is unknown color: approx Brass. HEX triplet: A3, AB and 43. RGB value is (163,171,67). Sum of RGB (Red+Green+Blue) = 163+171+67=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 67 (26.56% from 255 or 16.71% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AB43 is #5C54BC. Grayscale: #9D9D9D. Windows color (decimal): -6051005 or 4434851. OLE color: 4434851.

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

Color convert

RGB16317167-
CMYK0.0500.610.33
HSL64.62º43.7%46.67%-
HSV(B)64.62º60.82%67.06%-
XYZ30.6837.3210.9-
YUV156.7577.35132.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.65%
GREEN value IS 171 (67.19% from 255) = 42.64%
BLUE value IS 67 (26.56% from 255) = 16.71%
R=40.65%
G=42.64%
B=16.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163171670.0500.610.3364.6243.746.67
HexA3AB43503D21412c2f
Octal2432531035075411015457
Binary1010001110101011100001110101111011000011000001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AB43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AB43; }

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

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

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

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

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

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

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

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