#ACAA4D

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

Shades of Brass #ACAA4D

Tints of Brass #ACAA4D

Color information

#ACAA4D (or 0xACAA4D) is unknown color: approx Brass. HEX triplet: AC, AA and 4D. RGB value is (172,170,77). Sum of RGB (Red+Green+Blue) = 172+170+77=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA4D is #5355B2. Grayscale: #A0A0A0. Windows color (decimal): -5461427 or 5089964. OLE color: 5089964.

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

Color convert

RGB17217077-
CMYK00.010.550.33
HSL58.74º38.15%48.82%-
HSV(B)58.74º55.23%67.45%-
XYZ32.7338.0612.64-
YUV16081.16136.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 77 (30.47% from 255) = 18.38%
R=41.05%
G=40.57%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721707700.010.550.3358.7438.1548.82
HexACAA4D0137213b2631
Octal254252115016741734661
Binary1010110010101010100110101110111100001111011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA4D; }

 p { color: rgb(172,170,77); }

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

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

 a { background-color: rgb(172,170,77); }

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

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

 span { border-color: rgb(172,170,77); }

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