#A4A63E

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

Shades of Brass #A4A63E

Tints of Brass #A4A63E

Color information

#A4A63E (or 0xA4A63E) is unknown color: approx Brass. HEX triplet: A4, A6 and 3E. RGB value is (164,166,62). Sum of RGB (Red+Green+Blue) = 164+166+62=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A63E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A63E is #5B59C1. Grayscale: #999999. Windows color (decimal): -5986754 or 4105892. OLE color: 4105892.

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

Color convert

RGB16416662-
CMYK0.0100.630.35
HSL61.15º45.61%44.71%-
HSV(B)61.15º62.65%65.1%-
XYZ29.8235.519.84-
YUV153.5576.34135.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 166 (65.23% from 255) = 42.35%
BLUE value IS 62 (24.61% from 255) = 15.82%
R=41.84%
G=42.35%
B=15.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164166620.0100.630.3561.1545.6144.71
HexA4A63E103F233d2e2d
Octal24424676107743755655
Binary101001001010011011111010111111100011111101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A63E; }

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

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

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

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

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

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

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

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