#a5a252

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

Shades of Brass #A5A252

Tints of Brass #A5A252

Color information

#A5A252 (or 0xA5A252) is unknown color: approx Brass. HEX triplet: A5, A2 and 52. RGB value is (165,162,82). Sum of RGB (Red+Green+Blue) = 165+162+82=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A252 is #5A5DAD. Grayscale: #9A9A9A. Windows color (decimal): -5922222 or 5415589. OLE color: 5415589.

HSL color Cylindrical-coordinate representation of color #A5A252: hue angle of 57.83º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5A252 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB16516282-
CMYK00.020.500.35
HSL57.83º33.6%48.43%-
HSV(B)57.83º50.3%64.71%-
XYZ29.9634.4513.05-
YUV153.7887.49136-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.34%
GREEN value IS 162 (63.67% from 255) = 39.61%
BLUE value IS 82 (32.42% from 255) = 20.05%
R=40.34%
G=39.61%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651628200.020.500.3557.8333.648.43
HexA5A2520232233a2230
Octal245242122026243724260
Binary10100101101000101010010010110010100011111010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5a252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5a252; }

 p { color: rgb(165,162,82); }

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

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

 a { background-color: rgb(165,162,82); }

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

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

 span { border-color: rgb(165,162,82); }

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