#A8A43A

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

Shades of Brass #A8A43A

Tints of Brass #A8A43A

Color information

#A8A43A (or 0xA8A43A) is unknown color: approx Brass. HEX triplet: A8, A4 and 3A. RGB value is (168,164,58). Sum of RGB (Red+Green+Blue) = 168+164+58=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A43A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A43A is #575BC5. Grayscale: #999999. Windows color (decimal): -5725126 or 3843240. OLE color: 3843240.

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

Color convert

RGB16816458-
CMYK00.020.650.34
HSL57.82º48.67%44.31%-
HSV(B)57.82º65.48%65.88%-
XYZ30.1935.189.2-
YUV153.1174.33138.62-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681645800.020.650.3457.8248.6744.31
HexA8A43A0241223a312c
Octal250244720210142726154
Binary10101000101001001110100101000001100010111010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A43A; }

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

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

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

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

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

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

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

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