#ABAA4B

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

Shades of Brass #ABAA4B

Tints of Brass #ABAA4B

Color information

#ABAA4B (or 0xABAA4B) is unknown color: approx Brass. HEX triplet: AB, AA and 4B. RGB value is (171,170,75). Sum of RGB (Red+Green+Blue) = 171+170+75=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAA4B is #5455B4. Grayscale: #9F9F9F. Windows color (decimal): -5526965 or 4958891. OLE color: 4958891.

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

Color convert

RGB17117075-
CMYK00.010.560.33
HSL59.38º39.02%48.24%-
HSV(B)59.38º56.14%67.06%-
XYZ32.4437.9212.27-
YUV159.4780.33136.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 170 (66.80% from 255) = 40.87%
BLUE value IS 75 (29.69% from 255) = 18.03%
R=41.11%
G=40.87%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711707500.010.560.3359.3839.0248.24
HexABAA4B0138213b2730
Octal253252113017041734760
Binary1010101110101010100101101111000100001111011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA4B; }

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

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

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

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

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

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

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

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