#ACA850

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

Shades of Brass #ACA850

Tints of Brass #ACA850

Color information

#ACA850 (or 0xACA850) is unknown color: approx Brass. HEX triplet: AC, A8 and 50. RGB value is (172,168,80). Sum of RGB (Red+Green+Blue) = 172+168+80=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA850 is #5357AF. Grayscale: #9F9F9F. Windows color (decimal): -5461936 or 5286060. OLE color: 5286060.

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

Color convert

RGB17216880-
CMYK00.020.530.33
HSL57.39º36.51%49.41%-
HSV(B)57.39º53.49%67.45%-
XYZ32.4637.3613.09-
YUV159.1683.33137.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 168 (66.02% from 255) = 40%
BLUE value IS 80 (31.64% from 255) = 19.05%
R=40.95%
G=40%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721688000.020.530.3357.3936.5149.41
HexACA850023521392531
Octal254250120026541714561
Binary10101100101010001010000010110101100001111001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA850; }

 p { color: rgb(172,168,80); }

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

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

 a { background-color: rgb(172,168,80); }

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

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

 span { border-color: rgb(172,168,80); }

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