#a4a53f

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

Shades of Brass #A4A53F

Tints of Brass #A4A53F

Color information

#A4A53F (or 0xA4A53F) is unknown color: approx Brass. HEX triplet: A4, A5 and 3F. RGB value is (164,165,63). Sum of RGB (Red+Green+Blue) = 164+165+63=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A53F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A53F is #5B5AC0. Grayscale: #999999. Windows color (decimal): -5987009 or 4171172. OLE color: 4171172.

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

Color convert

RGB16416563-
CMYK0.0100.620.35
HSL60.59º44.74%44.71%-
HSV(B)60.59º61.82%64.71%-
XYZ29.6635.169.93-
YUV153.0777.17135.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 165 (64.84% from 255) = 42.09%
BLUE value IS 63 (25% from 255) = 16.07%
R=41.84%
G=42.09%
B=16.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164165630.0100.620.3560.5944.7444.71
HexA4A53F103E233d2d2d
Octal24424577107643755555
Binary101001001010010111111110111110100011111101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4a53f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4a53f; }

 p { color: rgb(164,165,63); }

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

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

 a { background-color: rgb(164,165,63); }

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

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

 span { border-color: rgb(164,165,63); }

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