#ABA645

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

Shades of Brass #ABA645

Tints of Brass #ABA645

Color information

#ABA645 (or 0xABA645) is unknown color: approx Brass. HEX triplet: AB, A6 and 45. RGB value is (171,166,69). Sum of RGB (Red+Green+Blue) = 171+166+69=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA645 is #5459BA. Grayscale: #9C9C9C. Windows color (decimal): -5527995 or 4564651. OLE color: 4564651.

HSL color Cylindrical-coordinate representation of color #ABA645: hue angle of 57.06º 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 #ABA645 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17116669-
CMYK00.030.600.33
HSL57.06º42.5%47.06%-
HSV(B)57.06º59.65%67.06%-
XYZ31.536.3610.99-
YUV156.4478.66138.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 166 (65.23% from 255) = 40.89%
BLUE value IS 69 (27.34% from 255) = 17.00%
R=42.12%
G=40.89%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711666900.030.600.3357.0642.547.06
HexABA645033C21392a2f
Octal253246105037441715257
Binary10101011101001101000101011111100100001111001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA645; }

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

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

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

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

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

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

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

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