#ABA234

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

Shades of Brass #ABA234

Tints of Brass #ABA234

Color information

#ABA234 (or 0xABA234) is unknown color: approx Brass. HEX triplet: AB, A2 and 34. RGB value is (171,162,52). Sum of RGB (Red+Green+Blue) = 171+162+52=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA234 is #545DCB. Grayscale: #989898. Windows color (decimal): -5529036 or 3449515. OLE color: 3449515.

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

Color convert

RGB17116252-
CMYK00.050.700.33
HSL55.46º53.36%43.73%-
HSV(B)55.46º69.59%67.06%-
XYZ30.3334.758.36-
YUV152.1571.48141.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.42%
GREEN value IS 162 (63.67% from 255) = 42.08%
BLUE value IS 52 (20.70% from 255) = 13.51%
R=44.42%
G=42.08%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711625200.050.700.3355.4653.3643.73
HexABA23405462137352c
Octal253242640510641676554
Binary101010111010001011010001011000110100001110111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA234; }

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

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

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

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

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

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

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

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