#A4AC35

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

Shades of Brass #A4AC35

Tints of Brass #A4AC35

Color information

#A4AC35 (or 0xA4AC35) is unknown color: approx Brass. HEX triplet: A4, AC and 35. RGB value is (164,172,53). Sum of RGB (Red+Green+Blue) = 164+172+53=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AC35 is #5B53CA. Grayscale: #9C9C9C. Windows color (decimal): -5985227 or 3517604. OLE color: 3517604.

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

Color convert

RGB16417253-
CMYK0.0500.690.33
HSL64.03º52.89%44.12%-
HSV(B)64.03º69.19%67.45%-
XYZ30.737.659.02-
YUV156.0469.85133.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 172 (67.58% from 255) = 44.22%
BLUE value IS 53 (21.09% from 255) = 13.62%
R=42.16%
G=44.22%
B=13.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164172530.0500.690.3364.0352.8944.12
HexA4AC3550452140352c
Octal2442546550105411006554
Binary1010010010101100110101101010001011000011000000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AC35; }

 p { color: rgb(164,172,53); }

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

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

 a { background-color: rgb(164,172,53); }

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

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

 span { border-color: rgb(164,172,53); }

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