#A4AA3E

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

Shades of Brass #A4AA3E

Tints of Brass #A4AA3E

Color information

#A4AA3E (or 0xA4AA3E) is unknown color: approx Brass. HEX triplet: A4, AA and 3E. RGB value is (164,170,62). Sum of RGB (Red+Green+Blue) = 164+170+62=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AA3E is #5B55C1. Grayscale: #9C9C9C. Windows color (decimal): -5985730 or 4106916. OLE color: 4106916.

HSL color Cylindrical-coordinate representation of color #A4AA3E: hue angle of 63.33º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4AA3E is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB16417062-
CMYK0.0400.640.33
HSL63.33º46.55%45.49%-
HSV(B)63.33º63.53%66.67%-
XYZ30.5536.9910.09-
YUV155.8975.01133.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.41%
GREEN value IS 170 (66.80% from 255) = 42.93%
BLUE value IS 62 (24.61% from 255) = 15.66%
R=41.41%
G=42.93%
B=15.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164170620.0400.640.3363.3346.5545.49
HexA4AA3E4040213f2f2d
Octal244252764010041775755
Binary101001001010101011111010001000000100001111111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AA3E; }

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

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

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

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

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

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

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

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