Html Css Color HEX #A3A94A Brass

📋 copy color: '#A3A94A'

red 163 ◦ green 169 ◦ blue 74

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

Shades of Brass #A3A94A

Tints of Brass #A3A94A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.63%

 BLUE value IS 74 (29.3% from 255) = 18.23%

R = 40.15%
G = 41.63%
B = 18.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#A3A94A (or 0xA3A94A) is known color: Brass. HEX triplet: A3, A9 and 4A. RGB value is (163,169,74). Sum of RGB (Red+Green+Blue) = 163+169+74=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A94A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A94A is #5C56B5. Grayscale: #9C9C9C. Windows color (decimal): -6051510 or 4893091. OLE color: 4893091.

HSL color Cylindrical-coordinate representation of color #A3A94A: hue angle of 63.79º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A3A94A is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB 163 169 74 -
CMYK 0.04 0 0.56 0.34
HSL 63.79º 0.39% 0.48% -
HSV(B) 63.79º 0.56% 0.66% -
XYZ 30.53 36.66 11.95 -
YUV 156.38 81.51 132.72 -
System Red Green Blue C M Y K H S L
Decimal 163 169 74 0.04 0 0.56 0.34 63.79 0.39 0.48
Hex A3 A9 4A 4 0 38 22 40 27 30
Octal 243 251 112 4 0 70 42 100 47 60
Binary 10100011 10101001 1001010 100 0 111000 100010 1000000 100111 110000

Color Harmonies of #A3A94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A94A

Black with #A3A94A

Text Example


Text Example

White with #A3A94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A94A; }

 p { color: rgb(163,169,74); }

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

background-color css

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

 a { background-color: rgb(163,169,74); }

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

border-color css

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

 span { border-color: rgb(163,169,74); }

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