#ABAA48

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

Shades of Brass #ABAA48

Tints of Brass #ABAA48

Color information

#ABAA48 (or 0xABAA48) is unknown color: approx Brass. HEX triplet: AB, AA and 48. RGB value is (171,170,72). Sum of RGB (Red+Green+Blue) = 171+170+72=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA48 is #5455B7. Grayscale: #9F9F9F. Windows color (decimal): -5526968 or 4762283. OLE color: 4762283.

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

Color convert

RGB17117072-
CMYK00.010.580.33
HSL59.39º40.74%47.65%-
HSV(B)59.39º57.89%67.06%-
XYZ32.3437.8811.74-
YUV159.1378.83136.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.40%
GREEN value IS 170 (66.80% from 255) = 41.16%
BLUE value IS 72 (28.52% from 255) = 17.43%
R=41.40%
G=41.16%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711707200.010.580.3359.3940.7447.65
HexABAA48013A213b2930
Octal253252110017241735160
Binary1010101110101010100100001111010100001111011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA48; }

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

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

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

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

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

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

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

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