#ABA442

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

Shades of Brass #ABA442

Tints of Brass #ABA442

Color information

#ABA442 (or 0xABA442) is unknown color: approx Brass. HEX triplet: AB, A4 and 42. RGB value is (171,164,66). Sum of RGB (Red+Green+Blue) = 171+164+66=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA442 is #545BBD. Grayscale: #9B9B9B. Windows color (decimal): -5528510 or 4367531. OLE color: 4367531.

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

Color convert

RGB17116466-
CMYK00.040.610.33
HSL56º44.3%46.47%-
HSV(B)56º61.4%67.06%-
XYZ31.0535.610.39-
YUV154.9277.82139.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.64%
GREEN value IS 164 (64.45% from 255) = 40.90%
BLUE value IS 66 (26.17% from 255) = 16.46%
R=42.64%
G=40.90%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711646600.040.610.335644.346.47
HexABA442043D21382c2e
Octal253244102047541705456
Binary101010111010010010000100100111101100001111000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA442; }

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

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

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

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

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

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

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

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