#A5A338

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

Shades of Brass #A5A338

Tints of Brass #A5A338

Color information

#A5A338 (or 0xA5A338) is unknown color: approx Brass. HEX triplet: A5, A3 and 38. RGB value is (165,163,56). Sum of RGB (Red+Green+Blue) = 165+163+56=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A338 is #5A5CC7. Grayscale: #979797. Windows color (decimal): -5921992 or 3711909. OLE color: 3711909.

HSL color Cylindrical-coordinate representation of color #A5A338: hue angle of 58.9º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A5A338 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB16516356-
CMYK00.010.660.35
HSL58.9º49.32%43.33%-
HSV(B)58.9º66.06%64.71%-
XYZ29.3334.488.85-
YUV151.474.16137.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.97%
GREEN value IS 163 (64.06% from 255) = 42.45%
BLUE value IS 56 (22.27% from 255) = 14.58%
R=42.97%
G=42.45%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651635600.010.660.3558.949.3243.33
HexA5A3380142233b312b
Octal245243700110243736153
Binary1010010110100011111000011000010100011111011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A338; }

 p { color: rgb(165,163,56); }

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

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

 a { background-color: rgb(165,163,56); }

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

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

 span { border-color: rgb(165,163,56); }

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