#ABAE48

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

Shades of Brass #ABAE48

Tints of Brass #ABAE48

Color information

#ABAE48 (or 0xABAE48) is unknown color: approx Brass. HEX triplet: AB, AE and 48. RGB value is (171,174,72). Sum of RGB (Red+Green+Blue) = 171+174+72=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAE48 is #5451B7. Grayscale: #A1A1A1. Windows color (decimal): -5525944 or 4763307. OLE color: 4763307.

HSL color Cylindrical-coordinate representation of color #ABAE48: hue angle of 61.76º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ABAE48 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB17117472-
CMYK0.0200.590.32
HSL61.76º41.46%48.24%-
HSV(B)61.76º58.62%68.24%-
XYZ33.139.411.99-
YUV161.4877.51134.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.01%
GREEN value IS 174 (68.36% from 255) = 41.73%
BLUE value IS 72 (28.52% from 255) = 17.27%
R=41.01%
G=41.73%
B=17.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171174720.0200.590.3261.7641.4648.24
HexABAE48203B203e2930
Octal253256110207340765160
Binary10101011101011101001000100111011100000111110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE48; }

 p { color: rgb(171,174,72); }

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

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

 a { background-color: rgb(171,174,72); }

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

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

 span { border-color: rgb(171,174,72); }

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