#ABA34C

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

Shades of Brass #ABA34C

Tints of Brass #ABA34C

Color information

#ABA34C (or 0xABA34C) is unknown color: approx Brass. HEX triplet: AB, A3 and 4C. RGB value is (171,163,76). Sum of RGB (Red+Green+Blue) = 171+163+76=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA34C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA34C is #545CB3. Grayscale: #9B9B9B. Windows color (decimal): -5528756 or 5022635. OLE color: 5022635.

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

Color convert

RGB17116376-
CMYK00.050.560.33
HSL54.95º38.46%48.43%-
HSV(B)54.95º55.56%67.06%-
XYZ31.235.3712.02-
YUV155.4783.15139.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.71%
GREEN value IS 163 (64.06% from 255) = 39.76%
BLUE value IS 76 (30.08% from 255) = 18.54%
R=41.71%
G=39.76%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711637600.050.560.3354.9538.4648.43
HexABA34C053821372630
Octal253243114057041674660
Binary101010111010001110011000101111000100001110111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA34C; }

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

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

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

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

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

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

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

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