#A4A83A

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

Shades of Brass #A4A83A

Tints of Brass #A4A83A

Color information

#A4A83A (or 0xA4A83A) is unknown color: approx Brass. HEX triplet: A4, A8 and 3A. RGB value is (164,168,58). Sum of RGB (Red+Green+Blue) = 164+168+58=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A83A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A83A is #5B57C5. Grayscale: #9A9A9A. Windows color (decimal): -5986246 or 3844260. OLE color: 3844260.

HSL color Cylindrical-coordinate representation of color #A4A83A: hue angle of 62.18º 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 #A4A83A is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB16416858-
CMYK0.0200.650.34
HSL62.18º48.67%44.31%-
HSV(B)62.18º65.48%65.88%-
XYZ30.0836.29.41-
YUV154.2673.67134.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.05%
GREEN value IS 168 (66.02% from 255) = 43.08%
BLUE value IS 58 (23.05% from 255) = 14.87%
R=42.05%
G=43.08%
B=14.87%

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
Decimal164168580.0200.650.3462.1848.6744.31
HexA4A83A2041223e312c
Octal244250722010142766154
Binary10100100101010001110101001000001100010111110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A83A; }

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

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

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

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

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

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

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

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