#ABA450

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

Shades of Brass #ABA450

Tints of Brass #ABA450

Color information

#ABA450 (or 0xABA450) is unknown color: approx Brass. HEX triplet: AB, A4 and 50. RGB value is (171,164,80). Sum of RGB (Red+Green+Blue) = 171+164+80=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA450 is #545BAF. Grayscale: #9C9C9C. Windows color (decimal): -5528496 or 5285035. OLE color: 5285035.

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

Color convert

RGB17116480-
CMYK00.040.530.33
HSL55.38º36.25%49.22%-
HSV(B)55.38º53.22%67.06%-
XYZ31.5235.7912.84-
YUV156.5284.82138.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.20%
GREEN value IS 164 (64.45% from 255) = 39.52%
BLUE value IS 80 (31.64% from 255) = 19.28%
R=41.20%
G=39.52%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711648000.040.530.3355.3836.2549.22
HexABA450043521372431
Octal253244120046541674461
Binary101010111010010010100000100110101100001110111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA450; }

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

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

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

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

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

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

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

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