#ACA24C

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

Shades of Brass #ACA24C

Tints of Brass #ACA24C

Color information

#ACA24C (or 0xACA24C) is unknown color: approx Brass. HEX triplet: AC, A2 and 4C. RGB value is (172,162,76). Sum of RGB (Red+Green+Blue) = 172+162+76=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA24C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA24C is #535DB3. Grayscale: #9B9B9B. Windows color (decimal): -5463476 or 5022380. OLE color: 5022380.

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

Color convert

RGB17216276-
CMYK00.060.560.33
HSL53.75º38.71%48.63%-
HSV(B)53.75º55.81%67.45%-
XYZ31.2435.1311.97-
YUV155.1983.31139.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 162 (63.67% from 255) = 39.51%
BLUE value IS 76 (30.08% from 255) = 18.54%
R=41.95%
G=39.51%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721627600.060.560.3353.7538.7148.63
HexACA24C063821362731
Octal254242114067041664761
Binary101011001010001010011000110111000100001110110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA24C; }

 p { color: rgb(172,162,76); }

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

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

 a { background-color: rgb(172,162,76); }

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

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

 span { border-color: rgb(172,162,76); }

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