#A5A83A

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

Shades of Brass #A5A83A

Tints of Brass #A5A83A

Color information

#A5A83A (or 0xA5A83A) is unknown color: approx Brass. HEX triplet: A5, A8 and 3A. RGB value is (165,168,58). Sum of RGB (Red+Green+Blue) = 165+168+58=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 168 - color contains mainly: green. Hex color #A5A83A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A83A is #5A57C5. Grayscale: #9B9B9B. Windows color (decimal): -5920710 or 3844261. OLE color: 3844261.

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

Color convert

RGB16516858-
CMYK0.0200.650.34
HSL61.64º48.67%44.31%-
HSV(B)61.64º65.48%65.88%-
XYZ30.2836.319.42-
YUV154.5673.51135.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.20%
GREEN value IS 168 (66.02% from 255) = 42.97%
BLUE value IS 58 (23.05% from 255) = 14.83%
R=42.20%
G=42.97%
B=14.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal165168580.0200.650.3461.6448.6744.31
HexA5A83A2041223e312c
Octal245250722010142766154
Binary10100101101010001110101001000001100010111110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A83A; }

 p { color: rgb(165,168,58); }

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

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

 a { background-color: rgb(165,168,58); }

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

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

 span { border-color: rgb(165,168,58); }

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