#ACA634

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

Shades of Brass #ACA634

Tints of Brass #ACA634

Color information

#ACA634 (or 0xACA634) is unknown color: approx Brass. HEX triplet: AC, A6 and 34. RGB value is (172,166,52). Sum of RGB (Red+Green+Blue) = 172+166+52=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 52 (20.70% from 255 or 13.33% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA634 is #5359CB. Grayscale: #9B9B9B. Windows color (decimal): -5462476 or 3450540. OLE color: 3450540.

HSL color Cylindrical-coordinate representation of color #ACA634: hue angle of 57º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACA634 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB17216652-
CMYK00.030.700.33
HSL57º53.57%43.92%-
HSV(B)57º69.77%67.45%-
XYZ31.2736.298.61-
YUV154.869.99140.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.10%
GREEN value IS 166 (65.23% from 255) = 42.56%
BLUE value IS 52 (20.70% from 255) = 13.33%
R=44.10%
G=42.56%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721665200.030.700.335753.5743.92
HexACA63403462139362c
Octal254246640310641716654
Binary10101100101001101101000111000110100001111001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA634; }

 p { color: rgb(172,166,52); }

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

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

 a { background-color: rgb(172,166,52); }

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

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

 span { border-color: rgb(172,166,52); }

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