#A5AC35

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

Shades of Brass #A5AC35

Tints of Brass #A5AC35

Color information

#A5AC35 (or 0xA5AC35) is unknown color: approx Brass. HEX triplet: A5, AC and 35. RGB value is (165,172,53). Sum of RGB (Red+Green+Blue) = 165+172+53=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 53 (21.09% from 255 or 13.59% from 390); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AC35 is #5A53CA. Grayscale: #9C9C9C. Windows color (decimal): -5919691 or 3517605. OLE color: 3517605.

HSL color Cylindrical-coordinate representation of color #A5AC35: hue angle of 63.53º 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 #A5AC35 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB16517253-
CMYK0.0400.690.33
HSL63.53º52.89%44.12%-
HSV(B)63.53º69.19%67.45%-
XYZ30.9137.769.03-
YUV156.3469.68134.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.31%
GREEN value IS 172 (67.58% from 255) = 44.10%
BLUE value IS 53 (21.09% from 255) = 13.59%
R=42.31%
G=44.10%
B=13.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165172530.0400.690.3363.5352.8944.12
HexA5AC3540452140352c
Octal2452546540105411006554
Binary1010010110101100110101100010001011000011000000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AC35; }

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

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

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

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

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

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

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

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