#A4A63A

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

Shades of Brass #A4A63A

Tints of Brass #A4A63A

Color information

#A4A63A (or 0xA4A63A) is unknown color: approx Brass. HEX triplet: A4, A6 and 3A. RGB value is (164,166,58). Sum of RGB (Red+Green+Blue) = 164+166+58=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 58 (23.05% from 255 or 14.95% from 388); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A63A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A63A is #5B59C5. Grayscale: #999999. Windows color (decimal): -5986758 or 3843748. OLE color: 3843748.

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

Color convert

RGB16416658-
CMYK0.0100.650.35
HSL61.11º48.21%43.92%-
HSV(B)61.11º65.06%65.1%-
XYZ29.7135.479.28-
YUV153.0974.34135.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 166 (65.23% from 255) = 42.78%
BLUE value IS 58 (23.05% from 255) = 14.95%
R=42.27%
G=42.78%
B=14.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164166580.0100.650.3561.1148.2143.92
HexA4A63A1041233d302c
Octal244246721010143756054
Binary1010010010100110111010101000001100011111101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A63A; }

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

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

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

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

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

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

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

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