#A5AD36

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

Shades of Brass #A5AD36

Tints of Brass #A5AD36

Color information

#A5AD36 (or 0xA5AD36) is unknown color: approx Brass. HEX triplet: A5, AD and 36. RGB value is (165,173,54). Sum of RGB (Red+Green+Blue) = 165+173+54=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AD36 is #5A52C9. Grayscale: #9D9D9D. Windows color (decimal): -5919434 or 3583397. OLE color: 3583397.

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

Color convert

RGB16517354-
CMYK0.0500.690.32
HSL64.03º52.42%44.51%-
HSV(B)64.03º68.79%67.84%-
XYZ31.1338.159.21-
YUV157.0469.85133.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.09%
GREEN value IS 173 (67.97% from 255) = 44.13%
BLUE value IS 54 (21.48% from 255) = 13.78%
R=42.09%
G=44.13%
B=13.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165173540.0500.690.3264.0352.4244.51
HexA5AD3650452040342d
Octal2452556650105401006455
Binary1010010110101101110110101010001011000001000000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AD36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AD36; }

 p { color: rgb(165,173,54); }

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

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

 a { background-color: rgb(165,173,54); }

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

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

 span { border-color: rgb(165,173,54); }

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