#A5AD39

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

Shades of Brass #A5AD39

Tints of Brass #A5AD39

Color information

#A5AD39 (or 0xA5AD39) is unknown color: approx Brass. HEX triplet: A5, AD and 39. RGB value is (165,173,57). Sum of RGB (Red+Green+Blue) = 165+173+57=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 57 (22.66% from 255 or 14.43% from 395); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AD39 is #5A52C6. Grayscale: #9D9D9D. Windows color (decimal): -5919431 or 3780005. OLE color: 3780005.

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

Color convert

RGB16517357-
CMYK0.0500.670.32
HSL64.14º50.43%45.1%-
HSV(B)64.14º67.05%67.84%-
XYZ31.238.189.6-
YUV157.3871.35133.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.77%
GREEN value IS 173 (67.97% from 255) = 43.80%
BLUE value IS 57 (22.66% from 255) = 14.43%
R=41.77%
G=43.80%
B=14.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165173570.0500.670.3264.1450.4345.1
HexA5AD3950432040322d
Octal2452557150103401006255
Binary1010010110101101111001101010000111000001000000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AD39; }

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

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

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

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

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

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

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

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