#ABA845

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

Shades of Brass #ABA845

Tints of Brass #ABA845

Color information

#ABA845 (or 0xABA845) is unknown color: approx Brass. HEX triplet: AB, A8 and 45. RGB value is (171,168,69). Sum of RGB (Red+Green+Blue) = 171+168+69=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA845 is #5457BA. Grayscale: #9E9E9E. Windows color (decimal): -5527483 or 4565163. OLE color: 4565163.

HSL color Cylindrical-coordinate representation of color #ABA845: hue angle of 58.24º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABA845 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17116869-
CMYK00.020.600.33
HSL58.24º42.5%47.06%-
HSV(B)58.24º59.65%67.06%-
XYZ31.8737.0911.11-
YUV157.6177.99137.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 168 (66.02% from 255) = 41.18%
BLUE value IS 69 (27.34% from 255) = 16.91%
R=41.91%
G=41.18%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711686900.020.600.3358.2442.547.06
HexABA845023C213a2a2f
Octal253250105027441725257
Binary10101011101010001000101010111100100001111010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA845; }

 p { color: rgb(171,168,69); }

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

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

 a { background-color: rgb(171,168,69); }

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

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

 span { border-color: rgb(171,168,69); }

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