Html Css Color HEX #A3A740 Brass

📋 copy color: '#A3A740'

red 163 ◦ green 167 ◦ blue 64

#A3A740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #A3A740

Tints of Brass #A3A740

RGB

 RED value IS 163 (64.06% from 255) = 41.37%

 GREEN value IS 167 (65.63% from 255) = 42.39%

 BLUE value IS 64 (25.39% from 255) = 16.24%

R = 41.37%
G = 42.39%
B = 16.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A3A740 (or 0xA3A740) is known color: Brass. HEX triplet: A3, A7 and 40. RGB value is (163,167,64). Sum of RGB (Red+Green+Blue) = 163+167+64=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A740 is #5C58BF. Grayscale: #9A9A9A. Windows color (decimal): -6052032 or 4237219. OLE color: 4237219.

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

Color convert

RGB 163 167 64 -
CMYK 0.02 0 0.62 0.35
HSL 62.33º 0.45% 0.45% -
HSV(B) 62.33º 0.62% 0.65% -
XYZ 29.85 35.79 10.19 -
YUV 154.06 77.17 134.38 -
System Red Green Blue C M Y K H S L
Decimal 163 167 64 0.02 0 0.62 0.35 62.33 0.45 0.45
Hex A3 A7 40 2 0 3E 23 3E 2D 2D
Octal 243 247 100 2 0 76 43 76 55 55
Binary 10100011 10100111 1000000 10 0 111110 100011 111110 101101 101101

Color Harmonies of #A3A740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A740

Black with #A3A740

Text Example


Text Example

White with #A3A740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A740; }

 p { color: rgb(163,167,64); }

 H1.HeaderClassName
 {
   color: #A3A740;
 }
 .AnyTagClassName
 {
   color: #A3A740;
 }
</style>

background-color css

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

 a { background-color: rgb(163,167,64); }

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

border-color css

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

 span { border-color: rgb(163,167,64); }

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