#ABA634

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

Shades of Brass #ABA634

Tints of Brass #ABA634

Color information

#ABA634 (or 0xABA634) is unknown color: approx Brass. HEX triplet: AB, A6 and 34. RGB value is (171,166,52). Sum of RGB (Red+Green+Blue) = 171+166+52=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA634 is #5459CB. Grayscale: #9A9A9A. Windows color (decimal): -5528012 or 3450539. OLE color: 3450539.

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

Color convert

RGB17116652-
CMYK00.030.700.33
HSL57.48º53.36%43.73%-
HSV(B)57.48º69.59%67.06%-
XYZ31.0536.188.6-
YUV154.570.16139.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.96%
GREEN value IS 166 (65.23% from 255) = 42.67%
BLUE value IS 52 (20.70% from 255) = 13.37%
R=43.96%
G=42.67%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711665200.030.700.3357.4853.3643.73
HexABA63403462139352c
Octal253246640310641716554
Binary10101011101001101101000111000110100001111001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA634; }

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

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

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

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

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

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

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

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