#ABA44B

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

Shades of Brass #ABA44B

Tints of Brass #ABA44B

Color information

#ABA44B (or 0xABA44B) is unknown color: approx Brass. HEX triplet: AB, A4 and 4B. RGB value is (171,164,75). Sum of RGB (Red+Green+Blue) = 171+164+75=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA44B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA44B is #545BB4. Grayscale: #9C9C9C. Windows color (decimal): -5528501 or 4957355. OLE color: 4957355.

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

Color convert

RGB17116475-
CMYK00.040.560.33
HSL55.62º39.02%48.24%-
HSV(B)55.62º56.14%67.06%-
XYZ31.3435.7211.9-
YUV155.9582.32138.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.71%
GREEN value IS 164 (64.45% from 255) = 40%
BLUE value IS 75 (29.69% from 255) = 18.29%
R=41.71%
G=40%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711647500.040.560.3355.6239.0248.24
HexABA44B043821382730
Octal253244113047041704760
Binary101010111010010010010110100111000100001111000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA44B; }

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

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

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

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

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

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

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

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