#A5AA34

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

Shades of Brass #A5AA34

Tints of Brass #A5AA34

Color information

#A5AA34 (or 0xA5AA34) is unknown color: approx Brass. HEX triplet: A5, AA and 34. RGB value is (165,170,52). Sum of RGB (Red+Green+Blue) = 165+170+52=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5AA34 is #5A55CB. Grayscale: #9B9B9B. Windows color (decimal): -5920204 or 3451557. OLE color: 3451557.

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

Color convert

RGB16517052-
CMYK0.0300.690.33
HSL62.54º53.15%43.53%-
HSV(B)62.54º69.41%66.67%-
XYZ30.51378.78-
YUV155.0569.84135.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 170 (66.80% from 255) = 43.93%
BLUE value IS 52 (20.70% from 255) = 13.44%
R=42.64%
G=43.93%
B=13.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165170520.0300.690.3362.5453.1543.53
HexA5AA343045213f352c
Octal245252643010541776554
Binary10100101101010101101001101000101100001111111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AA34; }

 p { color: rgb(165,170,52); }

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

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

 a { background-color: rgb(165,170,52); }

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

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

 span { border-color: rgb(165,170,52); }

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