#ABA441

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

Shades of Brass #ABA441

Tints of Brass #ABA441

Color information

#ABA441 (or 0xABA441) is unknown color: approx Brass. HEX triplet: AB, A4 and 41. RGB value is (171,164,65). Sum of RGB (Red+Green+Blue) = 171+164+65=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA441 is #545BBE. Grayscale: #9B9B9B. Windows color (decimal): -5528511 or 4301995. OLE color: 4301995.

HSL color Cylindrical-coordinate representation of color #ABA441: hue angle of 56.04º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABA441 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB17116465-
CMYK00.040.620.33
HSL56.04º44.92%46.27%-
HSV(B)56.04º61.99%67.06%-
XYZ31.0235.5910.24-
YUV154.8177.32139.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.75%
GREEN value IS 164 (64.45% from 255) = 41%
BLUE value IS 65 (25.78% from 255) = 16.25%
R=42.75%
G=41%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711646500.040.620.3356.0444.9246.27
HexABA441043E21382d2e
Octal253244101047641705556
Binary101010111010010010000010100111110100001111000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA441; }

 p { color: rgb(171,164,65); }

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

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

 a { background-color: rgb(171,164,65); }

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

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

 span { border-color: rgb(171,164,65); }

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