#ACA551

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

Shades of Brass #ACA551

Tints of Brass #ACA551

Color information

#ACA551 (or 0xACA551) is unknown color: approx Brass. HEX triplet: AC, A5 and 51. RGB value is (172,165,81). Sum of RGB (Red+Green+Blue) = 172+165+81=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA551 is #535AAE. Grayscale: #9D9D9D. Windows color (decimal): -5462703 or 5350828. OLE color: 5350828.

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

Color convert

RGB17216581-
CMYK00.040.530.33
HSL55.38º35.97%49.61%-
HSV(B)55.38º52.91%67.45%-
XYZ31.9536.2813.1-
YUV157.5284.82138.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.15%
GREEN value IS 165 (64.84% from 255) = 39.47%
BLUE value IS 81 (32.03% from 255) = 19.38%
R=41.15%
G=39.47%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721658100.040.530.3355.3835.9749.61
HexACA551043521372432
Octal254245121046541674462
Binary101011001010010110100010100110101100001110111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA551; }

 p { color: rgb(172,165,81); }

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

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

 a { background-color: rgb(172,165,81); }

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

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

 span { border-color: rgb(172,165,81); }

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