#A5AE42

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

Shades of Brass #A5AE42

Tints of Brass #A5AE42

Color information

#A5AE42 (or 0xA5AE42) is unknown color: approx Brass. HEX triplet: A5, AE and 42. RGB value is (165,174,66). Sum of RGB (Red+Green+Blue) = 165+174+66=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AE42 is #5A51BD. Grayscale: #9F9F9F. Windows color (decimal): -5919166 or 4370085. OLE color: 4370085.

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

Color convert

RGB16517466-
CMYK0.0500.620.32
HSL65º45%47.06%-
HSV(B)65º62.07%68.24%-
XYZ31.6438.6610.95-
YUV15975.52132.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.74%
GREEN value IS 174 (68.36% from 255) = 42.96%
BLUE value IS 66 (26.17% from 255) = 16.30%
R=40.74%
G=42.96%
B=16.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165174660.0500.620.32654547.06
HexA5AE42503E20412d2f
Octal2452561025076401015557
Binary1010010110101110100001010101111101000001000001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AE42; }

 p { color: rgb(165,174,66); }

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

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

 a { background-color: rgb(165,174,66); }

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

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

 span { border-color: rgb(165,174,66); }

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