Html Css Color HEX #A3A746 Brass

📋 copy color: '#A3A746'

red 163 ◦ green 167 ◦ blue 70

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

Shades of Brass #A3A746

Tints of Brass #A3A746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.5%

R = 40.75%
G = 41.75%
B = 17.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A3A746 (or 0xA3A746) is known color: Brass. HEX triplet: A3, A7 and 46. RGB value is (163,167,70). Sum of RGB (Red+Green+Blue) = 163+167+70=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A746 is #5C58B9. Grayscale: #9B9B9B. Windows color (decimal): -6052026 or 4630435. OLE color: 4630435.

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

Color convert

RGB 163 167 70 -
CMYK 0.02 0 0.58 0.35
HSL 62.47º 0.41% 0.46% -
HSV(B) 62.47º 0.58% 0.65% -
XYZ 30.03 35.87 11.13 -
YUV 154.75 80.17 133.89 -
System Red Green Blue C M Y K H S L
Decimal 163 167 70 0.02 0 0.58 0.35 62.47 0.41 0.46
Hex A3 A7 46 2 0 3A 23 3E 29 2E
Octal 243 247 106 2 0 72 43 76 51 56
Binary 10100011 10100111 1000110 10 0 111010 100011 111110 101001 101110

Color Harmonies of #A3A746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A746

Black with #A3A746

Text Example


Text Example

White with #A3A746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A746; }

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

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

background-color css

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

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

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

border-color css

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

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

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