#ABA434

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

Shades of Brass #ABA434

Tints of Brass #ABA434

Color information

#ABA434 (or 0xABA434) is unknown color: approx Brass. HEX triplet: AB, A4 and 34. RGB value is (171,164,52). Sum of RGB (Red+Green+Blue) = 171+164+52=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA434 is #545BCB. Grayscale: #999999. Windows color (decimal): -5528524 or 3450027. OLE color: 3450027.

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

Color convert

RGB17116452-
CMYK00.040.700.33
HSL56.47º53.36%43.73%-
HSV(B)56.47º69.59%67.06%-
XYZ30.6935.468.48-
YUV153.3270.82140.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.19%
GREEN value IS 164 (64.45% from 255) = 42.38%
BLUE value IS 52 (20.70% from 255) = 13.44%
R=44.19%
G=42.38%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711645200.040.700.3356.4753.3643.73
HexABA43404462138352c
Octal253244640410641706554
Binary101010111010010011010001001000110100001111000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA434; }

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

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

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

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

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

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

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

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