#ABA835

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

Shades of Brass #ABA835

Tints of Brass #ABA835

Color information

#ABA835 (or 0xABA835) is unknown color: approx Brass. HEX triplet: AB, A8 and 35. RGB value is (171,168,53). Sum of RGB (Red+Green+Blue) = 171+168+53=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 53 (21.09% from 255 or 13.52% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA835 is #5457CA. Grayscale: #9C9C9C. Windows color (decimal): -5527499 or 3516587. OLE color: 3516587.

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

Color convert

RGB17116853-
CMYK00.020.690.33
HSL58.47º52.68%43.92%-
HSV(B)58.47º69.01%67.06%-
XYZ31.4436.928.84-
YUV155.7969.99138.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.62%
GREEN value IS 168 (66.02% from 255) = 42.86%
BLUE value IS 53 (21.09% from 255) = 13.52%
R=43.62%
G=42.86%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711685300.020.690.3358.4752.6843.92
HexABA8350245213a352c
Octal253250650210541726554
Binary10101011101010001101010101000101100001111010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA835; }

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

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

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

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

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

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

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

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